Commit ae28d40b by Qiang Xue

Revert "fixed configs"

This reverts commit c94131b8.
parent 009d47db
<?php <?php
return [
$config = []; 'preload' => [
'debug',
if (YII_ENV_DEV) { ],
// configuration adjustments for 'dev' environment 'modules' => [
$config['preload'][] = 'debug'; 'debug' => 'yii\debug\Module',
$config['modules']['debug'] = 'yii\debug\Module'; 'gii' => 'yii\gii\Module',
$config['modules']['gii'] = 'yii\gii\Module'; ],
} ];
return $config;
<?php <?php
return [
$config = []; 'preload' => [
'debug',
if (YII_ENV_DEV) { ],
// configuration adjustments for 'dev' environment 'modules' => [
$config['preload'][] = 'debug'; 'debug' => 'yii\debug\Module',
$config['modules']['debug'] = 'yii\debug\Module'; 'gii' => 'yii\gii\Module',
$config['modules']['gii'] = 'yii\gii\Module'; ],
} ];
return $config;
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