Style fixes.
This commit is contained in:
parent
a7a59b690a
commit
be4950ff88
43 changed files with 187 additions and 149 deletions
|
|
@ -39,9 +39,8 @@ abstract class Base implements ModuleDefinitionInterface
|
|||
$dispatcher->setDefaultNamespace($this->_controllerNamespace);
|
||||
|
||||
$di->get('view')->setViewsDir(array_merge(
|
||||
[ $this->_viewDir ],
|
||||
[$this->_viewDir],
|
||||
(array) $di->get('view')->getViewsDir()
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Reference in a new issue