Skip to content

Commit 5939201

Browse files
committed
+ packageStorage component to hidev config
1 parent f105752 commit 5939201

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

src/config/hidev.php

+3
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@
1616
'@hiqdev/assetpackagist/config/goals.yml',
1717
],
1818
],
19+
'packageStorage' => [
20+
'class' => \hiqdev\assetpackagist\components\Storage::class,
21+
],
1922
],
2023
];

src/config/hisite.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
'showScriptName' => false,
4646
],
4747
'packageStorage' => [
48-
'class' => \hiqdev\assetpackagist\components\Storage::class
49-
]
48+
'class' => \hiqdev\assetpackagist\components\Storage::class,
49+
],
5050
],
5151
'modules' => [],
5252
];

0 commit comments

Comments
 (0)