mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-22 01:30:23 +08:00
alias fixed
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
Yii::setAlias('tests', __DIR__ . '/../tests');
|
||||
Yii::setAlias('@tests', dirname(__DIR__) . '/tests');
|
||||
|
||||
$params = require(__DIR__ . '/params.php');
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user