We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
extensions
1 parent fff7565 commit b946b99Copy full SHA for b946b99
config/console.php
@@ -10,7 +10,6 @@
10
'basePath' => dirname(__DIR__),
11
'bootstrap' => ['log'],
12
'controllerNamespace' => 'app\commands',
13
- 'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'),
14
'components' => [
15
'cache' => [
16
'class' => 'yii\caching\FileCache',
config/web.php
@@ -6,7 +6,6 @@
6
'id' => 'basic',
7
8
9
0 commit comments