| Total Complexity | 2 |
| Total Lines | 21 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class MachineServiceProvider extends ServiceProvider |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * Boot the application events. |
||
| 13 | * |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | 30 | public function boot() |
|
| 17 | { |
||
| 18 | 30 | } |
|
| 19 | |||
| 20 | /** |
||
| 21 | * Register the service provider. |
||
| 22 | * |
||
| 23 | * @return void |
||
| 24 | */ |
||
| 25 | 30 | public function register() |
|
| 30 | ); |
||
| 31 | 30 | } |
|
| 33 |