| Total Complexity | 3 | 
| Total Lines | 36 | 
| Duplicated Lines | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 7 | class LaragenServiceProvider extends ServiceProvider  | 
            ||
| 8 | { | 
            ||
| 9 | /**  | 
            ||
| 10 | * Run on application loading  | 
            ||
| 11 | */  | 
            ||
| 12 | public function boot()  | 
            ||
| 17 | }  | 
            ||
| 18 | /**  | 
            ||
| 19 | * Run after all boot method completed  | 
            ||
| 20 | */  | 
            ||
| 21 | public function register()  | 
            ||
| 32 | ]);  | 
            ||
| 33 | |||
| 34 | }  | 
            ||
| 35 | /**  | 
            ||
| 36 | * To register laragen as first level command. E.g. laragen:generate  | 
            ||
| 37 | *  | 
            ||
| 38 | * @return array  | 
            ||
| 39 | */  | 
            ||
| 40 | public function provides()  | 
            ||
| 45 |