Completed
Push — master ( 0f12dd...707301 )
by Xu
85:00 queued 44:58
created
src/models/Attachment.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -72,7 +72,7 @@
 block discarded – undo
72 72
                 'attributes' => [
73 73
                     ActiveRecord::EVENT_BEFORE_INSERT => 'user_id'
74 74
                 ],
75
-                'value' => function () {
75
+                'value' => function() {
76 76
                     return Yii::$app->user->id;
77 77
                 }
78 78
             ],
Please login to merge, or discard this patch.