@@ -25,15 +25,15 @@ |
||
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 |