web, "", parent::getBaseUrl()) . $this->adminUrl; } /** * @inheritdoc */ public function resolvePathInfo() { if($this->getUrl() === $this->adminUrl) { return ""; } else { return parent::resolvePathInfo(); } } }