From 831644d2357bbb2ae0f201df30bf3893de846dab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 27 Sep 2022 16:59:36 +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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/GiiController.php b/GiiController.php index 9e9cab8..27ee3d0 100644 --- a/GiiController.php +++ b/GiiController.php @@ -197,8 +197,6 @@ use {$model_namespace}\\{$managerName}; * @return string * @throws Exception */ - #[Route(uri: "' . $_path . '/add", method: RequestMethod::REQUEST_POST)] - #[Middleware(middleware: [CoreMiddleware::class, OAuthMiddleware::class])] public function actionAdd(): string { $model = new ' . $className . '();