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; }