Commit 5196ba37 by Alexander Makarov

Replaces tabs to spaces in example code

parent c129d094
...@@ -7,19 +7,19 @@ To use this extension, simply add the following code in your application configu ...@@ -7,19 +7,19 @@ To use this extension, simply add the following code in your application configu
```php ```php
return [ return [
//.... //....
'components' => [ 'components' => [
'view' => [ 'view' => [
'renderers' => [ 'renderers' => [
'twig' => [ '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 */
// ... see ViewRenderer for more options // ... see ViewRenderer for more options
], ],
], ],
], ],
], ],
]; ];
``` ```
......
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