Completed
Pull Request — master (#134)
by
unknown
05:19
created
app/Providers/AuthServiceProvider.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
     {
46 46
         $this->registerPolicies();
47 47
     
48
-        Gate::define('index-dashboard', function ($user) {
48
+        Gate::define('index-dashboard', function($user) {
49 49
             return $user->isUser();
50 50
         });
51 51
     }
Please login to merge, or discard this patch.