@@ -14,7 +14,7 @@ discard block |
||
| 14 | 14 | */ |
| 15 | 15 | public function register() |
| 16 | 16 | { |
| 17 | - $this->mergeConfigFrom(__DIR__.'/config.php', 'laravel_video'); |
|
| 17 | + $this->mergeConfigFrom(__DIR__ . '/config.php', 'laravel_video'); |
|
| 18 | 18 | } |
| 19 | 19 | |
| 20 | 20 | /** |
@@ -24,6 +24,6 @@ discard block |
||
| 24 | 24 | */ |
| 25 | 25 | public function boot() |
| 26 | 26 | { |
| 27 | - $this->publishes([__DIR__.'/config.php' => config_path('laravel_video.php')], 'laravel_video'); |
|
| 27 | + $this->publishes([__DIR__ . '/config.php' => config_path('laravel_video.php')], 'laravel_video'); |
|
| 28 | 28 | } |
| 29 | 29 | } |