| Total Complexity | 4 | 
| Total Lines | 60 | 
| Duplicated Lines | 0 % | 
| Coverage | 30% | 
| Changes | 2 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php | ||
| 9 | class PushmixServiceProvider extends ServiceProvider | ||
| 10 | { | ||
| 11 | /** | ||
| 12 | * Indicates if loading of the provider is deferred. | ||
| 13 | * | ||
| 14 | * @var bool | ||
| 15 | */ | ||
| 16 | protected $defer = true; | ||
| 17 | |||
| 18 | /** | ||
| 19 | * register service container bindings. | ||
| 20 | */ | ||
| 21 | 1 | public function register() | |
| 25 | 1 | }); | |
| 26 | 1 | } | |
| 27 | |||
| 28 | /***/ | ||
| 29 | |||
| 30 | /** | ||
| 31 | * booting. | ||
| 32 | */ | ||
| 33 | public function boot() | ||
| 56 | }); | ||
| 57 | } | ||
| 58 | |||
| 59 | /***/ | ||
| 60 | |||
| 61 | /** | ||
| 62 | * providers. | ||
| 63 | * | ||
| 64 | * @return array ( description_of_the_return_value ) | ||
| 65 | */ | ||
| 66 | 1 | public function provides() | |
| 73 |