Completed
Branch master (3d9eaa)
by Stephen
09:31
created
src/z1haze/Acl/Providers/AclServiceProvider.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -12,9 +12,9 @@
 block discarded – undo
12 12
      */
13 13
     public function boot()
14 14
     {
15
-        if($this->app->runningInConsole()) {
15
+        if ($this->app->runningInConsole()) {
16 16
             $this->publishFiles();
17
-            $this->loadMigrationsFrom(__DIR__.'/../../../migrations');
17
+            $this->loadMigrationsFrom(__DIR__ . '/../../../migrations');
18 18
         }
19 19
     }
20 20
 
Please login to merge, or discard this patch.