|
@@ -6,7 +6,7 @@ return [
|
|
|
'preload' => ['log'],
|
|
'preload' => ['log'],
|
|
|
'controllerPath' => dirname(__DIR__) . '/commands',
|
|
'controllerPath' => dirname(__DIR__) . '/commands',
|
|
|
'controllerNamespace' => 'app\commands',
|
|
'controllerNamespace' => 'app\commands',
|
|
|
- 'extensions' => require(__DIR__ . '/../vendor/yii-extensions.php'),
|
|
|
|
|
|
|
+ 'extensions' => require(__DIR__ . '/../vendor/yiisoft/extensions.php'),
|
|
|
'components' => [
|
|
'components' => [
|
|
|
'cache' => [
|
|
'cache' => [
|
|
|
'class' => 'yii\caching\FileCache',
|
|
'class' => 'yii\caching\FileCache',
|