| Total Complexity | 3 | 
| Total Lines | 38 | 
| Duplicated Lines | 0 % | 
| Coverage | 0% | 
| Changes | 5 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 7 | class AgentServiceProvider extends ServiceProvider  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * Indicates if loading of the provider is deferred.  | 
            ||
| 11 | *  | 
            ||
| 12 | * @var bool  | 
            ||
| 13 | */  | 
            ||
| 14 | protected $defer = true;  | 
            ||
| 15 | |||
| 16 | /**  | 
            ||
| 17 | * Register the service provider.  | 
            ||
| 18 | *  | 
            ||
| 19 | * @return void  | 
            ||
| 20 | */  | 
            ||
| 21 | public function register()  | 
            ||
| 28 | }  | 
            ||
| 29 | |||
| 30 | /**  | 
            ||
| 31 | * Get the services provided by the provider.  | 
            ||
| 32 | *  | 
            ||
| 33 | * @return array  | 
            ||
| 34 | */  | 
            ||
| 35 | public function provides()  | 
            ||
| 38 | }  | 
            ||
| 39 | }  | 
            ||
| 40 |