middleware([AuthenticateFrontend::class]); } /** * @throws ShopException * @throws UniAccountNotFoundException */ public function preAction() { parent::preAction(); } public function getPublicController(): array { return $this->publicController; } public function getPublicAction(): array { return $this->publicAction; } public function getIgnoreAction(): array { return $this->ignoreAction; } }