Commit 6adad3b0 by Suralc

viewRenderers -> renderers

parent 376bddbe
......@@ -47,7 +47,7 @@ return array(
'components' => array(
'view' => array(
'class' => 'yii\base\View',
'viewRenderers' => array(
'renderers' => array(
'tpl' => array(
'class' => 'yii\smarty\ViewRenderer',
//'cachePath' => '@runtime/Smarty/cache',
......
......@@ -47,7 +47,7 @@ return array(
'components' => array(
'view' => array(
'class' => 'yii\base\View',
'viewRenderers' => array(
'renderers' => array(
'twig' => array(
'class' => 'yii\twig\ViewRenderer',
//'cachePath' => '@runtime/Twig/cache',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment