@@ -26,11 +26,11 @@ |
||
| 26 | 26 | // |
| 27 | 27 | // environment specific application initialization |
| 28 | 28 | // |
| 29 | - switch( $this->app->environment() ) |
|
| 29 | + switch ($this->app->environment()) |
|
| 30 | 30 | { |
| 31 | 31 | // development env |
| 32 | 32 | case 'local': |
| 33 | - if( $this->app->runningInConsole() ) |
|
| 33 | + if ($this->app->runningInConsole()) |
|
| 34 | 34 | { |
| 35 | 35 | // Some dev tools to generate some code completion helpers (some fake php files) |
| 36 | 36 | $this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class); |