@@ -6,19 +6,19 @@ |
||
| 6 | 6 | |
| 7 | 7 | class InbounderServiceProvider extends ServiceProvider |
| 8 | 8 | { |
| 9 | - /** |
|
| 10 | - * Perform post-registration booting of services. |
|
| 11 | - * |
|
| 12 | - * @return void |
|
| 13 | - */ |
|
| 14 | - public function boot() |
|
| 15 | - { |
|
| 16 | - $configFilePath = __DIR__ . '../config/inbounder.php'; |
|
| 9 | + /** |
|
| 10 | + * Perform post-registration booting of services. |
|
| 11 | + * |
|
| 12 | + * @return void |
|
| 13 | + */ |
|
| 14 | + public function boot() |
|
| 15 | + { |
|
| 16 | + $configFilePath = __DIR__ . '../config/inbounder.php'; |
|
| 17 | 17 | |
| 18 | - $this->publishes([ |
|
| 19 | - $configFilePath => config_path('inbounder.php'), |
|
| 20 | - ]); |
|
| 18 | + $this->publishes([ |
|
| 19 | + $configFilePath => config_path('inbounder.php'), |
|
| 20 | + ]); |
|
| 21 | 21 | |
| 22 | - $this->mergeConfigFrom($configFilePath, 'inbounder'); |
|
| 23 | - } |
|
| 22 | + $this->mergeConfigFrom($configFilePath, 'inbounder'); |
|
| 23 | + } |
|
| 24 | 24 | } |
| 25 | 25 | \ No newline at end of file |