dispatcher->forward(array( 'namespace' => 'App\\Controller', 'controller' => 'error', 'action' => 'show404' )); } /** * @return App\Auth\Auth */ protected function _getAuth() { return $this->di->get('auth'); } }