From fdb82655aedb032ee2c73798c1a379057c2a35ca Mon Sep 17 00:00:00 2001 From: CJayHe <1044295598@qq.com> Date: Mon, 1 Apr 2024 15:38:33 +0800 Subject: [PATCH] fixed --- routing/captcha/captcha.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routing/captcha/captcha.yaml b/routing/captcha/captcha.yaml index d5021ac..33c6c68 100644 --- a/routing/captcha/captcha.yaml +++ b/routing/captcha/captcha.yaml @@ -1,4 +1,4 @@ # 验证码生成 captcha_generate: path: /generate - controller: App\Controller\Captcha\CaptchaController:generate \ No newline at end of file + controller: App\Controller\Captcha\CaptchaController::generate \ No newline at end of file