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)) {