修改config文件读取,去除测试环境银行卡验证

This commit is contained in:
2023-05-29 14:06:38 +08:00
parent 3a0f6dd0b6
commit c4956205b4
2 changed files with 13 additions and 9 deletions
+1
View File
@@ -11,6 +11,7 @@ declare(strict_types=1);
*/
use Hyperf\Contract\StdoutLoggerInterface;
use Psr\Log\LogLevel;
use function Hyperf\Support\env;
return [
'app_name' => env('APP_NAME', 'gdxz'),