Skip to content

Commit cbe5df0

Browse files
authored
fix alias path
1 parent 8d38736 commit cbe5df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Bootstrap.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@ public function bootstrap($app)
5454
]);
5555
}
5656

57-
Yii::setAlias('@akiraz2', dirname(dirname(DIR)) . '/vendor/akiraz2');
57+
\Yii::setAlias('@akiraz2', \Yii::getAlias('@vendor') . '/akiraz2');
5858
}
5959
}

0 commit comments

Comments
 (0)