Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 3 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 0 |
1 | <?php |
||
29 | public function handle(GameControllerInterface $game): void |
||
30 | { |
||
31 | $host = $this->planetFieldHostProvider->loadHostViaRequestParameters($game->getUser()); |
||
32 | |||
33 | $this->colonyGuiHelper->registerMenuComponents(ColonyMenuEnum::MENU_INFO, $host, $game); |
||
34 | $game->showMacro(ColonyMenuEnum::MENU_INFO->getTemplate()); |
||
35 | } |
||
37 |