| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 41 | #[ArrayShape(['implicit' => "bool", 'migrations' => "mixed", 'views' => "mixed", 'routes' => "mixed"])] private function getDefaultSubModuleConfiguration(): array |
||
| 42 | { |
||
| 43 | return [ |
||
| 44 | 'implicit' => true, |
||
| 45 | 'migrations' => $this->areMigrationsEnabled(), |
||
| 46 | 'views' => $this->areViewsEnabled(), |
||
| 47 | 'routes' => $this->areRoutesEnabled() |
||
| 48 | ]; |
||
| 51 |