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