Blame view

common/config/main.php 384 Bytes
cfe42223   曹明   提交初始代码
1
<?php
abb310b5   xu   删除冗余的代码
2

cfe42223   曹明   提交初始代码
3
use common\helpers\AppErrorLog;
0f95627d   曹明   1.OTA后台管理系统菜单调整
4

cfe42223   曹明   提交初始代码
5
6
7
8
$config = [
    'vendorPath' => dirname(dirname(__DIR__)) . '/vendor',
    'timeZone'=>'Asia/Shanghai',
    'components' => [
cfe42223   曹明   提交初始代码
9
        'cache' => [
abb310b5   xu   删除冗余的代码
10
            'class' => 'yii\caching\FileCache',