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