@@ -18,7 +18,7 @@ discard block |
||
| 18 | 18 | */ |
| 19 | 19 | public function register() |
| 20 | 20 | { |
| 21 | - $configPath = __DIR__ . '/../config/laravel-security-checker.php'; |
|
| 21 | + $configPath = __DIR__.'/../config/laravel-security-checker.php'; |
|
| 22 | 22 | $this->mergeConfigFrom($configPath, 'laravel-security-checker'); |
| 23 | 23 | } |
| 24 | 24 | |
@@ -29,8 +29,8 @@ discard block |
||
| 29 | 29 | */ |
| 30 | 30 | public function boot() |
| 31 | 31 | { |
| 32 | - $configPath = __DIR__ . '/../config/laravel-security-checker.php'; |
|
| 33 | - $this->publishes([$configPath => $this->getConfigPath()], 'config'); |
|
| 32 | + $configPath = __DIR__.'/../config/laravel-security-checker.php'; |
|
| 33 | + $this->publishes([ $configPath => $this->getConfigPath() ], 'config'); |
|
| 34 | 34 | } |
| 35 | 35 | |
| 36 | 36 | /** |
@@ -50,6 +50,6 @@ discard block |
||
| 50 | 50 | */ |
| 51 | 51 | protected function publishConfig($configPath) |
| 52 | 52 | { |
| 53 | - $this->publishes([$configPath => config_path('laravel-security-checker.php')], 'config'); |
|
| 53 | + $this->publishes([ $configPath => config_path('laravel-security-checker.php') ], 'config'); |
|
| 54 | 54 | } |
| 55 | 55 | } |