add history of changes to all entitys
This commit is contained in:
@ -4,5 +4,12 @@ namespace backend\modules\holiday\models;
|
||||
|
||||
class Holiday extends \common\models\Holiday
|
||||
{
|
||||
|
||||
public function behaviors()
|
||||
{
|
||||
return [
|
||||
'log' => [
|
||||
'class' => \common\behaviors\LogBehavior::class,
|
||||
]
|
||||
];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user