mirror of
https://github.com/elyby/accounts.git
synced 2024-12-27 07:30:18 +05:30
7 lines
130 B
PHP
7 lines
130 B
PHP
|
<?php
|
||
|
declare(strict_types=1);
|
||
|
|
||
|
defined('YII_ENV') ?: define('YII_ENV', 'test');
|
||
|
|
||
|
return common\config\ConfigLoader::load('api');
|