@@ -81,12 +81,12 @@ |
||
| 81 | 81 | */ |
| 82 | 82 | protected function registerPublishes() |
| 83 | 83 | { |
| 84 | - $databasePath = __DIR__.'/../migrations'; |
|
| 84 | + $databasePath = __DIR__ . '/../migrations'; |
|
| 85 | 85 | $this->loadMigrationsFrom($databasePath); |
| 86 | 86 | |
| 87 | 87 | if ($this->app->runningInConsole()) { |
| 88 | 88 | $this->publishes([ |
| 89 | - __DIR__.'./../migrations' => database_path('migrations'), |
|
| 89 | + __DIR__ . './../migrations' => database_path('migrations'), |
|
| 90 | 90 | ], 'migrations'); |
| 91 | 91 | } |
| 92 | 92 | } |