From 7e9b3c4b69370a972d35233e06ad5dd45ef2a796 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Tue, 8 Sep 2020 11:12:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Abstracts/Input.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Abstracts/Input.php b/System/Abstracts/Input.php index 382b8426..89f991b5 100644 --- a/System/Abstracts/Input.php +++ b/System/Abstracts/Input.php @@ -31,7 +31,7 @@ class Input */ public function getCommandName() { - return ''; + return $this->_command; }