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