| Total Complexity | 2 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 20 | class AdministrationModuleHandler extends ModuleHandler |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @return string |
||
| 24 | */ |
||
| 25 | public function getDefaultControllerName(): string |
||
| 26 | { |
||
| 27 | return 'Backend\\Administration\\Index'; |
||
| 28 | } |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @return string |
||
| 32 | */ |
||
| 33 | public function getModuleName(): string |
||
| 36 | } |
||
| 37 | } |
||
| 38 |