| Total Complexity | 2 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | class AdminServiceProvider extends ServiceProvider |
||
| 14 | { |
||
| 15 | protected $commands = [ |
||
| 16 | EpesiCommand::class, |
||
| 17 | DatabaseCreateCommand::class, |
||
| 18 | DatabaseConnectionCommand::class, |
||
| 19 | SetEnvCommand::class, |
||
| 20 | ModuleInstallCommand::class |
||
| 21 | ]; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * Booting the package. |
||
| 25 | */ |
||
| 26 | public function boot() |
||
| 35 | } |
||
| 36 | |||
| 37 | /** |
||
| 38 | * Register the provider. |
||
| 39 | */ |
||
| 40 | public function register() |
||
| 45 |