Logo white

Alexey Boroda / nissan-leaf

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • nissan-leaf
  • common
  • config
  • main.php
  • first commit
    eb56e5f2
    Administrator authored
    2016-12-28 11:12:43 +0200  
    Browse Code ยป
main.php 210 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
<?php
return [
    'language' => 'ru',
    'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
    'components' => [
        'cache' => [
            'class' => 'yii\caching\FileCache',
        ],
    ],
];