Skip to content

Commit a5f52c5

Browse files
committed
added AppAsset to be registered by themeManager at startup
1 parent f4dc2fc commit a5f52c5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: src/config/web.php

+1-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@
2020
'pathMap' => [
2121
'$themedViewPaths' => ['@hiqdev/assetpackagist/views'],
2222
],
23-
],
24-
'assetManager' => [
25-
'bundles' => [
23+
'assets' => [
2624
\hiqdev\assetpackagist\assets\AppAsset::class,
2725
],
2826
],

0 commit comments

Comments
 (0)