feat : login wx
This commit is contained in:
@@ -11,9 +11,11 @@ use Throwable;
|
||||
|
||||
class AdminExceptionHandler extends ExceptionHandler
|
||||
{
|
||||
public function __construct(protected AdminReturn $return)
|
||||
{
|
||||
}
|
||||
/**
|
||||
* 注入
|
||||
* @param AdminReturn $return
|
||||
*/
|
||||
public function __construct(private readonly AdminReturn $return) {}
|
||||
|
||||
/**
|
||||
* admin控制器异常处理
|
||||
|
||||
Reference in New Issue
Block a user