]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/commands/html/class_HtmlConfirmCommand.php
Renamed a lot more stuff from 'web' to 'html'.
[core.git] / inc / classes / main / commands / html / class_HtmlConfirmCommand.php
index 0ca3f7ea941447b867ca5b6a335d5f11b28a550b..7500fead978c58c4603095d92d35ca4a75033529 100644 (file)
@@ -38,9 +38,9 @@ class HtmlConfirmCommand 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 createWebConfirmCommand (CommandResolver $resolverInstance) {
+       public static final function createHtmlConfirmCommand (CommandResolver $resolverInstance) {
                // Get new instance
-               $commandInstance = new WebConfirmCommand();
+               $commandInstance = new HtmlConfirmCommand();
 
                // Set the application instance
                $commandInstance->setResolverInstance($resolverInstance);