Fixes #3088: The debug and gii modules will manage their own URL rules now

This commit is contained in:
Qiang Xue 2014-04-17 20:42:50 -04:00
parent fedb41fcc3
commit cbedf7ad96

View File

@ -41,6 +41,8 @@ if (YII_ENV_DEV) {
// configuration adjustments for 'dev' environment
$config['bootstrap'][] = 'debug';
$config['modules']['debug'] = 'yii\debug\Module';
$config['bootstrap'][] = 'gii';
$config['modules']['gii'] = 'yii\gii\Module';
}