Closed
Description
When I use in module 'Pesite':
$this->dispatcher->forward(
[
'module' => 'Core',
'namespace' => 'Core\Controller',
'controller' => 'Error',
'action' => 'show404'
]
);
I've an error:
[ERROR] View not found -
".../app/modules/Pesite/View/Error/show404.volt"
It's tries to pick view from current module...
Metadata
Assignees
Labels
No labels