@@ -20,7 +20,7 @@ discard block |
||
20 | 20 | public function boot(): void |
21 | 21 | { |
22 | 22 | $this->publishes([ |
23 | - __DIR__ . '/../config/browser-lang.php' => config_path('browser-lang.php'), |
|
23 | + __DIR__.'/../config/browser-lang.php' => config_path('browser-lang.php'), |
|
24 | 24 | ], 'config'); |
25 | 25 | } |
26 | 26 | |
@@ -30,7 +30,7 @@ discard block |
||
30 | 30 | public function register(): void |
31 | 31 | { |
32 | 32 | $this->mergeConfigFrom( |
33 | - __DIR__ . '/../config/browser-lang.php', |
|
33 | + __DIR__.'/../config/browser-lang.php', |
|
34 | 34 | 'browser-lang' |
35 | 35 | ); |
36 | 36 | } |