| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 4 |
| Lines | 8 |
| Ratio | 100 % |
| Tests | 5 |
| CRAP Score | 1 |
| Changes | 0 | ||
| 1 | <?php |
||
| 45 | View Code Duplication | protected function registerServices() |
|
| 46 | { |
||
| 47 | 177 | $this->app->singleton('modules', function ($app) { |
|
| 48 | 177 | $path = $app['config']->get('modules.paths.modules'); |
|
| 49 | |||
| 50 | 177 | return new \Nwidart\Modules\Laravel\Repository($app, $path); |
|
| 51 | 177 | }); |
|
| 52 | 177 | } |
|
| 53 | } |
||
| 54 |