]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlStatusCommand.php
Renamed a lot more stuff from 'web' to 'html'.
[core.git] / inc / classes / main / commands / html / class_HtmlStatusCommand.php
index 2ded5a41ad748011a6b6549b76ff18dd3da2d86e..eb28013849f2abd4374d3d4b0559a5f86896c12a 100644 (file)
@@ -38,9 +38,9 @@ class HtmlStatusCommand 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 createWebStatusCommand (CommandResolver $resolverInstance) {
+       public static final function createHtmlStatusCommand (CommandResolver $resolverInstance) {
                // Get new instance
-               $commandInstance = new WebStatusCommand();
+               $commandInstance = new HtmlStatusCommand();
 
                // Set the application instance
                $commandInstance->setResolverInstance($resolverInstance);