mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Yet one optimization
This commit is contained in:
@ -1,10 +1,3 @@
|
||||
<?php
|
||||
return [
|
||||
'preload' => [
|
||||
//'debug',
|
||||
],
|
||||
'modules' => [
|
||||
// 'debug' => 'yii\debug\Module',
|
||||
// 'gii' => 'yii\gii\Module',
|
||||
],
|
||||
];
|
||||
|
@ -1,5 +1,12 @@
|
||||
<?php
|
||||
return [
|
||||
'preload' => [
|
||||
//'debug',
|
||||
],
|
||||
'modules' => [
|
||||
// 'debug' => 'yii\debug\Module',
|
||||
// 'gii' => 'yii\gii\Module',
|
||||
],
|
||||
'components' => [
|
||||
'db' => [
|
||||
'class' => 'yii\db\Connection',
|
||||
|
@ -1,10 +1,3 @@
|
||||
<?php
|
||||
return [
|
||||
'preload' => [
|
||||
//'debug',
|
||||
],
|
||||
'modules' => [
|
||||
// 'debug' => 'yii\debug\Module',
|
||||
// 'gii' => 'yii\gii\Module',
|
||||
],
|
||||
];
|
||||
|
Reference in New Issue
Block a user