| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 34 | private function registerLocalPackages() |
||
| 35 | { |
||
| 36 | $this->app->register(\Nwidart\Modules\LaravelModulesServiceProvider::class); |
||
| 37 | $this->app->register(\Barryvdh\LaravelIdeHelper\IdeHelperServiceProvider::class); |
||
| 38 | $this->app->register(\Foundation\Providers\TelescopeServiceProvider::class); |
||
| 39 | } |
||
| 45 |