@@ -70,7 +70,7 @@ |
||
70 | 70 | 'attributes' => [ |
71 | 71 | ActiveRecord::EVENT_BEFORE_INSERT => 'user_id' |
72 | 72 | ], |
73 | - 'value' => function ($event) { |
|
73 | + 'value' => function($event) { |
|
74 | 74 | return Yii::$app->user->id; |
75 | 75 | } |
76 | 76 | ], |