Passed
Push — master ( 590809...500e04 )
by Michele
03:35
created
src/LaravelWebArtisan.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -25,15 +25,15 @@
 block discarded – undo
25 25
      *
26 26
      * @param null $app
27 27
      */
28
-	public function __construct($app = null)
29
-	{
28
+    public function __construct($app = null)
29
+    {
30 30
         if (!$app) {
31 31
             $app = app();   //Fallback when $app is not given
32 32
         }
33 33
         $this->app = $app;
34 34
 
35 35
         $this->enabled = value($this->app['config']->get('webartisan.enabled'));
36
-	}
36
+    }
37 37
 
38 38
     /**
39 39
      * Check if the Web Artisan is enabled
Please login to merge, or discard this patch.