app/controllers/ControllerBase.php: set namespace in _forward404()
This commit is contained in:
parent
7315885877
commit
c07423f600
1 changed files with 1 additions and 0 deletions
|
|
@ -18,6 +18,7 @@ class ControllerBase extends Controller
|
||||||
protected function _forward404()
|
protected function _forward404()
|
||||||
{
|
{
|
||||||
$this->dispatcher->forward(array(
|
$this->dispatcher->forward(array(
|
||||||
|
'namespace' => 'App\\Controller',
|
||||||
'controller' => 'error',
|
'controller' => 'error',
|
||||||
'action' => 'show404'
|
'action' => 'show404'
|
||||||
));
|
));
|
||||||
|
|
|
||||||
Reference in a new issue