From 5057135590ea7cb3e06c17e46fc296a8a0e4a20a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Mon, 17 Apr 2023 10:34:23 +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 --- Command.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Command.php b/Command.php index 738ef48..7aa1ce7 100644 --- a/Command.php +++ b/Command.php @@ -24,9 +24,10 @@ use Throwable; */ class Command extends Component { - const ROW_COUNT = 'count'; - const FETCH = 'fetch'; - const FETCH_ALL = 'fetchAll'; + + /** + * + */ const DB_ERROR_MESSAGE = 'The system is busy, please try again later.'; /** @var Connection */