@@ -31,7 +31,7 @@ |
||
31 | 31 | public function boot() |
32 | 32 | { |
33 | 33 | $this->publishes([ |
34 | - __DIR__.'/../config.php' => config_path('inbounder.php') |
|
34 | + __DIR__ . '/../config.php' => config_path('inbounder.php') |
|
35 | 35 | ], 'config'); |
36 | 36 | } |
37 | 37 | } |
38 | 38 | \ No newline at end of file |