打印创建问诊订单log

This commit is contained in:
2023-05-16 10:02:25 +08:00
parent 58fa7187c9
commit 145579067d
2 changed files with 27 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<?php
namespace App\Factory;
use Hyperf\Redis\Redis;
class ProdRedisFactory extends Redis
{
protected string $poolName = 'prod';
}