From b42e598bb47c522a5ff19938174aa3d710e2ec8d Mon Sep 17 00:00:00 2001 From: "1023150697@qq.com" <1023150697@qq.com> Date: Sun, 25 Jan 2026 21:48:58 +0800 Subject: [PATCH] update --- config/console.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/console.php b/config/console.php index 7b6eb1b..a296aea 100644 --- a/config/console.php +++ b/config/console.php @@ -61,12 +61,12 @@ if (YII_ENV_DEV) { // ]; // configuration adjustments for 'dev' environment // requires version `2.1.21` of yii2-debug module -// $config['bootstrap'][] = 'debug'; -// $config['modules']['debug'] = [ -// 'class' => 'yii\debug\Module', -// // uncomment the following to add your IP if you are not connecting from localhost. -// //'allowedIPs' => ['127.0.0.1', '::1'], -// ]; + $config['bootstrap'][] = 'debug'; + $config['modules']['debug'] = [ + 'class' => 'yii\debug\Module', + // uncomment the following to add your IP if you are not connecting from localhost. + //'allowedIPs' => ['127.0.0.1', '::1'], + ]; } return $config;