@@ -12,9 +12,9 @@ |
||
| 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 | |