From 1d945f8cac865c0c19dac49a1c9f7e59c1456cd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 27 Sep 2022 16:57:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GiiController.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GiiController.php b/GiiController.php index 6e006ba..9e9cab8 100644 --- a/GiiController.php +++ b/GiiController.php @@ -74,7 +74,7 @@ use Kiri\Annotation\Route\RequestMethod; use Kiri\Core\Str; use Kiri\Core\Json; use Kiri\Message\Handler\CoreMiddleware; -use app\Components\Middleware\OAuthMiddleware; +use Components\Middleware\OAuthMiddleware; use Kiri\Message\Handler\Controller; use JetBrains\PhpStorm\ArrayShape; use {$model_namespace}\\{$managerName}; @@ -241,7 +241,7 @@ use {$model_namespace}\\{$managerName}; * @return string * @throws Exception */ - public function actionAuditing(): string + public function actionBatchAuditing(): string { $ids = $this->request->array(\'ids\', []); if (empty($ids)) {