| Conditions | 1 |
| Paths | 1 |
| Total Lines | 9 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 26 | public function boot() |
||
| 27 | { |
||
| 28 | $this->app->register(\JoeDixon\Translation\TranslationServiceProvider::class); |
||
| 29 | |||
| 30 | // Register migrations from installed modules |
||
| 31 | $this->loadMigrationsFrom(ModuleManager::collect('migrations')); |
||
| 32 | |||
| 33 | // Publish epesi configuration files |
||
| 34 | $this->publishes([__DIR__.'/../../config' => config_path()], 'epesi.config'); |
||
| 35 | } |
||
| 45 |