Skip to content

Commit b946b99

Browse files
committed
Fixes #3542: Removed requirement to specify extensions in application config
1 parent fff7565 commit b946b99

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

config/console.php

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
'basePath' => dirname(__DIR__),
1111
'bootstrap' => ['log'],
1212
'controllerNamespace' => 'app\commands',
13-
'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'),
1413
'components' => [
1514
'cache' => [
1615
'class' => 'yii\caching\FileCache',

config/web.php

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
'id' => 'basic',
77
'basePath' => dirname(__DIR__),
88
'bootstrap' => ['log'],
9-
'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'),
109
'components' => [
1110
'cache' => [
1211
'class' => 'yii\caching\FileCache',

0 commit comments

Comments
 (0)