Completed
Pull Request — master (#1615)
by Song
02:38
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.