Commit 6be4eed8b57f00baca7393763ad34d0b1d1a5b44
1 parent
e7e0c572
-Category in process
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
common/config/bootstrap.php
@@ -6,4 +6,7 @@ | @@ -6,4 +6,7 @@ | ||
6 | Yii::setAlias('@storage', dirname(dirname(__DIR__)) . '/storage'); | 6 | Yii::setAlias('@storage', dirname(dirname(__DIR__)) . '/storage'); |
7 | if (!Yii::getAlias('@artbox/core', false)) { | 7 | if (!Yii::getAlias('@artbox/core', false)) { |
8 | Yii::setAlias('@artbox/core', dirname(dirname(__DIR__)) . '/artweb/artbox-core'); | 8 | Yii::setAlias('@artbox/core', dirname(dirname(__DIR__)) . '/artweb/artbox-core'); |
9 | + } | ||
10 | + if (!Yii::getAlias('@artbox/catalog', false)) { | ||
11 | + Yii::setAlias('@artbox/catalog', dirname(dirname(__DIR__)) . '/artweb/artbox-catalog'); | ||
9 | } | 12 | } |
10 | \ No newline at end of file | 13 | \ No newline at end of file |