@@ -60,7 +60,7 @@ |
||
60 | 60 | return array_merge(parent::behaviors(), [ |
61 | 61 | BlameableBehavior::className() => [ |
62 | 62 | 'class' => BlameableBehavior::className(), |
63 | - 'value' => function ($event) { |
|
63 | + 'value' => function($event) { |
|
64 | 64 | if (\Yii::$app instanceof \yii\console\Application) { |
65 | 65 | return null; |
66 | 66 | } else { |