Completed
Pull Request — master (#2583)
by
unknown
02:28
created
src/Auth/Database/Menu.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -78,7 +78,7 @@  discard block
 block discarded – undo
78 78
      */
79 79
     public function withPermission()
80 80
     {
81
-        return (bool)config('admin.menu_bind_permission');
81
+        return (bool) config('admin.menu_bind_permission');
82 82
     }
83 83
 
84 84
     /**
@@ -90,7 +90,7 @@  discard block
 block discarded – undo
90 90
     {
91 91
         static::treeBoot();
92 92
 
93
-        static::deleting(function ($model) {
93
+        static::deleting(function($model) {
94 94
             $model->roles()->detach();
95 95
         });
96 96
     }
Please login to merge, or discard this patch.