| Total Complexity | 4 | 
| Total Lines | 24 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 10 | class JsonApiAssertServiceProvider extends ServiceProvider | ||
| 11 | { | ||
| 12 | /** | ||
| 13 | * Bootstrap the application services. | ||
| 14 | * | ||
| 15 | * @return void | ||
| 16 | */ | ||
| 17 | 408 | public function boot() | |
| 23 | } | ||
| 24 | } | ||
| 25 | 408 | } | |
| 26 | |||
| 27 | /** | ||
| 28 | * Register the application services. | ||
| 29 | * | ||
| 30 | * @return void | ||
| 31 | */ | ||
| 32 | 408 | public function register() | |
| 36 |