@@ -34,11 +34,11 @@ |
||
| 34 | 34 | { |
| 35 | 35 | $this->publishes( |
| 36 | 36 | [ |
| 37 | - __DIR__.'/../../config/config.php' => config_path('laravel-tactician.php'), |
|
| 37 | + __DIR__ . '/../../config/config.php' => config_path('laravel-tactician.php'), |
|
| 38 | 38 | ] |
| 39 | 39 | ); |
| 40 | 40 | $this->mergeConfigFrom( |
| 41 | - __DIR__.'/../../config/config.php', |
|
| 41 | + __DIR__ . '/../../config/config.php', |
|
| 42 | 42 | 'laravel-tactician' |
| 43 | 43 | ); |
| 44 | 44 | } |