Code merged from ship-simu repository
[mailer.git] / inc / classes / main / commands / web / class_WebRegisterCommand.php
index 42f9379bb4d80ffc97131c4919a59006b40b1528..c23b6476ea84b27982ca5408ebdec5e8694d04bc 100644 (file)
@@ -107,7 +107,7 @@ class WebRegisterCommand extends BaseCommand implements Commandable, Registerabl
                // these two calls to cache compiled templates.
                $templateInstance->compileVariables();
 
-               // Get the content back from the template engine and put it in the response class
+               // Get the content back from the template engine and put it in response class
                $templateInstance->transferToResponse($responseInstance);
        }