正在显示
1 个修改的文件
包含
6 行增加
和
6 行删除
| @@ -111,12 +111,12 @@ $config = [ | @@ -111,12 +111,12 @@ $config = [ | ||
| 111 | 111 | ||
| 112 | if (YII_ENV_DEV) { | 112 | if (YII_ENV_DEV) { |
| 113 | // configuration adjustments for 'dev' environment | 113 | // configuration adjustments for 'dev' environment |
| 114 | -// $config['bootstrap'][] = 'debug'; | ||
| 115 | -// $config['modules']['debug'] = [ | ||
| 116 | -// 'class' => 'yii\debug\Module', | ||
| 117 | -// // uncomment the following to add your IP if you are not connecting from localhost. | ||
| 118 | -// //'allowedIPs' => ['127.0.0.1', '::1'], | ||
| 119 | -// ]; | 114 | + // $config['bootstrap'][] = 'debug'; |
| 115 | + // $config['modules']['debug'] = [ | ||
| 116 | + // 'class' => 'yii\debug\Module', | ||
| 117 | + // // uncomment the following to add your IP if you are not connecting from localhost. | ||
| 118 | + // //'allowedIPs' => ['127.0.0.1', '::1'], | ||
| 119 | + // ]; | ||
| 120 | 120 | ||
| 121 | $config['bootstrap'][] = 'gii'; | 121 | $config['bootstrap'][] = 'gii'; |
| 122 | $config['modules']['gii'] = [ | 122 | $config['modules']['gii'] = [ |
-
请 注册 或 登录 后发表评论