Blame view

common/config/main.php 218 Bytes
cfe42223   曹明   提交初始代码
1
<?php
abb310b5   xu   删除冗余的代码
2
return [
cfe42223   曹明   提交初始代码
3
    'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
0f95627d   曹明   1.OTA后台管理系统菜单调整
4
    'timeZone'=>'Asia/Shanghai',
cfe42223   曹明   提交初始代码
5
6
7
8
    'components' => [
        'cache' => [
            'class' => 'yii\caching\FileCache',
        ],
cfe42223   曹明   提交初始代码
9
    ],
abb310b5   xu   删除冗余的代码
10
];