Completed
Push — master ( f8ef6d...f36aae )
by Xu
201:34 queued 161:37
created
src/models/Attachment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -70,7 +70,7 @@
 block discarded – undo
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
             ],
Please login to merge, or discard this patch.