| Conditions | 1 |
| Paths | 1 |
| Total Lines | 10 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 1 | Features | 0 |
| 1 | <?php |
||
| 14 | public function boot() |
||
| 15 | { |
||
| 16 | $this->publishes([ |
||
| 17 | base_path('vendor/milkmeowo/starter-framework/config/repository.php') => base_path('config/repository.php'), |
||
| 18 | ]); |
||
| 19 | |||
| 20 | $this->mergeConfigFrom(base_path('vendor/milkmeowo/starter-framework/config/repository.php'), 'repository'); |
||
| 21 | |||
| 22 | $this->loadTranslationsFrom(base_path('vendor/prettus/l5-repository/src/resources/lang'), 'repository'); |
||
| 23 | } |
||
| 24 | |||
| 44 |