]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlLoginFailedCommand.php
Renamed a lot more stuff from 'web' to 'html'.
[core.git] / inc / classes / main / commands / html / class_HtmlLoginFailedCommand.php
index 960ce7b0c9127e4697565d8450f550a91425d3f9..af50192a9d8ec430167d38ac989edcebef3e9c2b 100644 (file)
@@ -38,9 +38,9 @@ class HtmlLoginFailedCommand extends BaseCommand implements Commandable {
         * @param       $resolverInstance       An instance of a command resolver class
         * @return      $commandInstance        An instance a prepared command class
         */
-       public static final function createWebLoginFailedCommand (CommandResolver $resolverInstance) {
+       public static final function createHtmlLoginFailedCommand (CommandResolver $resolverInstance) {
                // Get new instance
-               $commandInstance = new WebLoginFailedCommand();
+               $commandInstance = new HtmlLoginFailedCommand();
 
                // Set the application instance
                $commandInstance->setResolverInstance($resolverInstance);