| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class SolarEdgeServiceProvider extends ServiceProvider |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Bootstrap the application services. |
||
| 13 | * |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | public function boot() |
||
| 17 | { |
||
| 18 | $this->publishes([ |
||
| 19 | __DIR__ . '/config/main.php' => config_path('laravel-solaredge-api.php') |
||
|
|
|||
| 20 | ], 'laravel-solaredge-api'); |
||
| 21 | } |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Register the application services. |
||
| 25 | */ |
||
| 26 | public function register() |
||
| 36 | }); |
||
| 37 | } |
||
| 39 |