Passed
Branch master (ffb5df)
by Michele
03:52
created
src/LaravelWebArtisan.php 1 patch
Indentation   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -39,8 +39,8 @@  discard block
 block discarded – undo
39 39
      *
40 40
      * @param null $app
41 41
      */
42
-	public function __construct($app = null)
43
-	{
42
+    public function __construct($app = null)
43
+    {
44 44
         if (!$app) {
45 45
             $app = app();   //Fallback when $app is not given
46 46
         }
@@ -49,7 +49,7 @@  discard block
 block discarded – undo
49 49
         $this->enabled = value($this->app['config']->get('webartisan.enabled'));
50 50
         $this->use_authentication = value($this->app['config']->get('webartisan.use_authentication'));
51 51
         $this->authenticated = false;
52
-	}
52
+    }
53 53
 
54 54
     /**
55 55
      * Check if the Web Artisan is enabled
Please login to merge, or discard this patch.