Commit 463acca6 by Alexander Makarov

fixed typo

parent e8d59fb6
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
return array( return array(
'adminEmail' => 'admin@example.com', 'adminEmail' => 'admin@example.com',
'component.cache' => array( 'components.cache' => array(
'class' => 'yii\caching\FileCache', 'class' => 'yii\caching\FileCache',
), ),
); );
\ No newline at end of file
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