Skip to content

Commit

Permalink
viewRenderers -> renderers
Browse files Browse the repository at this point in the history
  • Loading branch information
suralc committed Jul 29, 2013
1 parent 376bddb commit 6adad3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/smarty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion extensions/twig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 6adad3b

Please sign in to comment.