From: Roland Häder Date: Thu, 29 Oct 2020 22:44:25 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3a5419d102f5727f2be4beab2b69a3c6700a8b9f;p=core.git Continued: - ops, copy-paste mistake Signed-off-by: Roland Häder --- diff --git a/framework/main/classes/resolver/command/class_BaseCommandResolver.php b/framework/main/classes/resolver/command/class_BaseCommandResolver.php index a7f0e916..f064b30f 100644 --- a/framework/main/classes/resolver/command/class_BaseCommandResolver.php +++ b/framework/main/classes/resolver/command/class_BaseCommandResolver.php @@ -141,9 +141,9 @@ abstract class BaseCommandResolver extends BaseResolver { if (empty($namespace)) { // Then thrown an exception here throw new InvalidArgumentException('Parameter "namespace" is empty'); - } elseif (empty($actionName)) { + } elseif (empty($commandName)) { // Then thrown an exception here - throw new InvalidArgumentException('Parameter "actionName" is empty'); + throw new InvalidArgumentException('Parameter "commandName" is empty'); } // Initiate the instance variable