X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fcommands%2Fweb%2Fclass_WebLoginAreaCommand.php;h=dad825a8b055a474ce8208ba5a475da01ab854b2;hb=a3fa89c7cbc54491fc74f13db0927d14acf550c8;hp=2c82a34c65907140fe06549adcde506b514ee85a;hpb=d42a36e7172e079d2ea3328d320e5be115b8bddb;p=core.git diff --git a/inc/classes/main/commands/web/class_WebLoginAreaCommand.php b/inc/classes/main/commands/web/class_WebLoginAreaCommand.php index 2c82a34c..dad825a8 100644 --- a/inc/classes/main/commands/web/class_WebLoginAreaCommand.php +++ b/inc/classes/main/commands/web/class_WebLoginAreaCommand.php @@ -43,7 +43,7 @@ class WebLoginAreaCommand extends BaseCommand implements Commandable { * @param $resolverInstance An instance of a command resolver class * @return $commandInstance An instance a prepared command class */ - public final static function createWebLoginAreaCommand (CommandResolver $resolverInstance) { + public static final function createWebLoginAreaCommand (CommandResolver $resolverInstance) { // Get new instance $commandInstance = new WebLoginAreaCommand();