@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | $this->publishes([ |
| 21 | - __DIR__.'/../config/database-synchronizer.php' => config_path('database-synchronizer.php'), |
|
| 21 | + __DIR__ . '/../config/database-synchronizer.php' => config_path('database-synchronizer.php'), |
|
| 22 | 22 | ]); |
| 23 | 23 | } |
| 24 | 24 | |
@@ -29,7 +29,7 @@ discard block |
||
| 29 | 29 | */ |
| 30 | 30 | public function register() |
| 31 | 31 | { |
| 32 | - $this->mergeConfigFrom(__DIR__.'/../config/database-synchronizer.php', 'database-synchronizer'); |
|
| 32 | + $this->mergeConfigFrom(__DIR__ . '/../config/database-synchronizer.php', 'database-synchronizer'); |
|
| 33 | 33 | } |
| 34 | 34 | |
| 35 | 35 | /** |