mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 14:26:54 +08:00
Merge PR #4038 branch 'consistent-after-save'
* consistent-after-save: use an AfterSaveEvent class to be consistent fixed test break and wrong parameter changed updateAttributes to be more simple update Ensure consistent behavior in ActiveRecord::afterSave() Conflicts: framework/UPGRADE.md
This commit is contained in:
@ -89,6 +89,7 @@ return [
|
||||
'yii\db\ActiveRecord' => YII_PATH . '/db/ActiveRecord.php',
|
||||
'yii\db\ActiveRecordInterface' => YII_PATH . '/db/ActiveRecordInterface.php',
|
||||
'yii\db\ActiveRelationTrait' => YII_PATH . '/db/ActiveRelationTrait.php',
|
||||
'yii\db\AfterSaveEvent' => YII_PATH . '/db/AfterSaveEvent.php',
|
||||
'yii\db\BaseActiveRecord' => YII_PATH . '/db/BaseActiveRecord.php',
|
||||
'yii\db\BatchQueryResult' => YII_PATH . '/db/BatchQueryResult.php',
|
||||
'yii\db\ColumnSchema' => YII_PATH . '/db/ColumnSchema.php',
|
||||
|
Reference in New Issue
Block a user