We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6438a47 commit d89b68cCopy full SHA for d89b68c
src/config/hidev.php
@@ -10,18 +10,18 @@
10
11
return [
12
'bootstrap' => ['log'],
13
- 'components' => [
14
- 'config' => [
15
- 'include' => [
16
- '@hiqdev/assetpackagist/config/goals.yml',
17
- ],
18
- 'migrate' => [
19
- 'class' => \yii\console\controllers\MigrateController::class,
20
- 'migrationNamespaces' => [
21
- 'hiqdev\assetpackagist\migrations',
22
23
- 'migrationPath' => null,
+ 'controllerMap' => [
+ 'migrate' => [
+ 'class' => \yii\console\controllers\MigrateController::class,
+ 'migrationNamespaces' => [
+ 'hiqdev\assetpackagist\migrations',
24
],
+ 'migrationPath' => null,
+ ],
+ 'components' => [
+ 'include' => [
+ __DIR__ . '/goals.yml',
25
26
'log' => [
27
'flushInterval' => 1,
0 commit comments