Skip to content

Commit d89b68c

Browse files
committed
fixed hidev config for hidev 0.6
1 parent 6438a47 commit d89b68c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

src/config/hidev.php

+11-11
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,18 @@
1010

1111
return [
1212
'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,
13+
'controllerMap' => [
14+
'migrate' => [
15+
'class' => \yii\console\controllers\MigrateController::class,
16+
'migrationNamespaces' => [
17+
'hiqdev\assetpackagist\migrations',
2418
],
19+
'migrationPath' => null,
20+
],
21+
],
22+
'components' => [
23+
'include' => [
24+
__DIR__ . '/goals.yml',
2525
],
2626
'log' => [
2727
'flushInterval' => 1,

0 commit comments

Comments
 (0)