Completed
Pull Request — master (#122)
by Song
03:13 queued 46s
created
src/Auth/Permission.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -21,7 +21,7 @@  discard block
 block discarded – undo
21 21
         }
22 22
 
23 23
         if (is_array($permission)) {
24
-            collect($permission)->each(function ($permission) {
24
+            collect($permission)->each(function($permission) {
25 25
                 call_user_func([Permission::class, 'check'], $permission);
26 26
             });
27 27
 
@@ -74,7 +74,7 @@  discard block
 block discarded – undo
74 74
      */
75 75
     protected static function error()
76 76
     {
77
-        $content = Admin::content(function ($content) {
77
+        $content = Admin::content(function($content) {
78 78
             $content->body(view('admin::deny'));
79 79
         });
80 80
 
Please login to merge, or discard this patch.