Browse Source

Applied fixes from StyleCI

Graham Campbell 8 years ago
parent
commit
35654d761d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Providers/AuthServiceProvider.php

+ 2 - 2
app/Providers/AuthServiceProvider.php

@@ -24,8 +24,8 @@ class AuthServiceProvider extends ServiceProvider
      */
     public function boot(GateContract $gate)
     {
-    	parent::registerPolicies($gate);
+        parent::registerPolicies($gate);
 
-    	//
+        //
     }
 }