mirror of
https://gitee.com/ctexthuang/hyperf-micro-svc.git
synced 2026-03-29 16:10:17 +08:00
fix : update cors and admin user cache
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
namespace App\Exception\Handler;
|
||||
|
||||
|
||||
use App\Lib\Log\Logger;
|
||||
use App\Lib\Return\AdminReturn;
|
||||
use App\Lib\Return\ApiReturn;
|
||||
use Hyperf\ExceptionHandler\ExceptionHandler;
|
||||
@@ -20,6 +21,7 @@ abstract class BaseErrExceptionHandler extends ExceptionHandler
|
||||
public function __construct(
|
||||
private readonly Request $request,
|
||||
private readonly ContainerInterface $container,
|
||||
protected readonly Logger $logger
|
||||
) {}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user