From ef7e85746dffbd47345bfde562a891650e07915d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 19 May 2025 11:20:32 +0800 Subject: [PATCH] eee --- Command.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Command.php b/Command.php index 55af090..cbb8e52 100644 --- a/Command.php +++ b/Command.php @@ -116,7 +116,6 @@ class Command extends Component $prepare->execute($this->params); - var_dump($method); $result = $method == 'rowCount' ? $prepare->rowCount() : $prepare->{$method}(PDO::FETCH_ASSOC); $prepare->closeCursor();