Completed
Push — master ( eca2b7...c1b389 )
by Song
04:44 queued 02:03
created
src/Auth/Database/Menu.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
     {
77 77
         parent::boot();
78 78
 
79
-        static::deleting(function ($model) {
79
+        static::deleting(function($model) {
80 80
             $model->roles()->detach();
81 81
         });
82 82
     }
Please login to merge, or discard this patch.