add history of changes to all entitys
This commit is contained in:
@ -20,5 +20,12 @@ use yii\helpers\ArrayHelper;
|
||||
*/
|
||||
class Balance extends \common\models\Balance
|
||||
{
|
||||
|
||||
public function behaviors()
|
||||
{
|
||||
return [
|
||||
'log' => [
|
||||
'class' => \common\behaviors\LogBehavior::class,
|
||||
]
|
||||
];
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user