Browse Source

fixed twig readme

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
2a412fab72
  1. 2
      extensions/twig/README.md

2
extensions/twig/README.md

@ -11,7 +11,7 @@ return [
'components' => [ 'components' => [
'view' => [ 'view' => [
'renderers' => [ 'renderers' => [
'tpl' => [ 'twig' => [
'class' => 'yii\twig\ViewRenderer', 'class' => 'yii\twig\ViewRenderer',
//'cachePath' => '@runtime/Twig/cache', //'cachePath' => '@runtime/Twig/cache',
//'options' => [], /* Array of twig options */ //'options' => [], /* Array of twig options */

Loading…
Cancel
Save