Completed
Pull Request — master (#1781)
by
unknown
03:05
created
src/Auth/Database/Menu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@
 block discarded – undo
78 78
     {
79 79
         static::treeBoot();
80 80
 
81
-        static::deleting(function ($model) {
81
+        static::deleting(function($model) {
82 82
             $model->roles()->detach();
83 83
         });
84 84
     }
Please login to merge, or discard this patch.
src/Form/Field.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -404,7 +404,7 @@
 block discarded – undo
404 404
             $this->rules = implode('|', $rules);
405 405
         }
406 406
 
407
-        if(is_array($rules)) {
407
+        if (is_array($rules)) {
408 408
             $this->rules = $rules;
409 409
         }
410 410
 
Please login to merge, or discard this patch.