This commit is contained in:
2023-04-20 14:47:49 +08:00
parent 88117e3316
commit 664b54a87b
+1 -1
View File
@@ -321,7 +321,7 @@ use Kiri\Router\Annotate\AutoController;
* @return string * @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 = str_replace(CONTROLLER_PATH, '', $path['path']);
$_path = lcfirst(rtrim($_path, '/')) . '/' . lcfirst($className); $_path = lcfirst(rtrim($_path, '/')) . '/' . lcfirst($className);