X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fclasses%2Fresolver%2Fcommand%2Fconsole%2Fclass_ConsoleCommandResolver.php;fp=framework%2Fmain%2Fclasses%2Fresolver%2Fcommand%2Fconsole%2Fclass_ConsoleCommandResolver.php;h=2fb6e0fca84f824d753598c2ede1662db7dafa26;hp=191f6d59489e6ae2bd84900c121a2068d76e946e;hb=2b4f4b88ec5f9d385110e800494c680e164b5a36;hpb=9a62415e59d249f13512f41181f4406680e3d5fd;ds=sidebyside diff --git a/framework/main/classes/resolver/command/console/class_ConsoleCommandResolver.php b/framework/main/classes/resolver/command/console/class_ConsoleCommandResolver.php index 191f6d59..2fb6e0fc 100644 --- a/framework/main/classes/resolver/command/console/class_ConsoleCommandResolver.php +++ b/framework/main/classes/resolver/command/console/class_ConsoleCommandResolver.php @@ -5,7 +5,6 @@ namespace Org\Mxchange\CoreFramework\Resolver\Command; // Import framework stuff use Org\Mxchange\CoreFramework\Command\BaseCommand; use Org\Mxchange\CoreFramework\Command\InvalidCommandException; -use Org\Mxchange\CoreFramework\Manager\ManageableApplication; use Org\Mxchange\CoreFramework\Resolver\Command\CommandResolver; // Import SPL stuff @@ -51,12 +50,11 @@ class ConsoleCommandResolver extends BaseCommandResolver implements CommandResol * Creates an instance of a Console command resolver with a given default command * * @param $commandName The default command we shall execute - * @param $applicationInstance An instance of a manageable application helper class * @return $resolverInstance The prepared command resolver instance - * @throws InvalidArgumentException Thrown if default command is not set + * @throws InvalidArgumentException Thrown if default command is not set * @throws InvalidCommandException Thrown if default command is invalid */ - public static final function createConsoleCommandResolver ($commandName, ManageableApplication $applicationInstance) { + public static final function createConsoleCommandResolver ($commandName) { // Create the new instance $resolverInstance = new ConsoleCommandResolver();