From 664b54a87b77b1f58c70523e07b0a781bc1474f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 20 Apr 2023 14:47:49 +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, 1 insertion(+), 1 deletion(-) diff --git a/GiiController.php b/GiiController.php index ad46227..809f27e 100644 --- a/GiiController.php +++ b/GiiController.php @@ -321,7 +321,7 @@ use Kiri\Router\Annotate\AutoController; * @return string * 构建更新 */ - public function controllerMethodBatchDelete($fields, $className, $object = NULL, $path = []): string + public function controllerMethodBatchDelete($fields, $className, $object = NULL, array $path = []): string { $_path = str_replace(CONTROLLER_PATH, '', $path['path']); $_path = lcfirst(rtrim($_path, '/')) . '/' . lcfirst($className);