Skip to content

Commit d75181d

Browse files
committed
+ set main package alias to bootstrap
1 parent cf91a8c commit d75181d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/_bootstrap.php

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
exit(1);
2323
}
2424

25-
require HISITE_VENDOR_DIR . '/autoload.php';
26-
require HISITE_VENDOR_DIR . '/yiisoft/yii2/Yii.php';
25+
require_once HISITE_VENDOR_DIR . '/autoload.php';
26+
require_once HISITE_VENDOR_DIR . '/yiisoft/yii2/Yii.php';
27+
28+
Yii::setAlias('hiqdev/assetpackagist', __DIR__);
2729
}

0 commit comments

Comments
 (0)