]> git.mxchange.org Git - city.git/blobdiff - application/city/classes/commands/html/class_CityHtmlCityRegisterCommand.php
Continued:
[city.git] / application / city / classes / commands / html / class_CityHtmlCityRegisterCommand.php
index 9b609b74d17bc21b00c1c2712fd44af63aef1f66..b643c0e38530e32c36a59044cd9b4e150d8c6ef3 100644 (file)
@@ -72,10 +72,6 @@ class CityHtmlCityRegisterCommand extends BaseCommand implements Commandable {
                // First get a UserRegistration instance
                $registerInstance = ObjectFactory::createObjectByConfiguredName('user_registration_class');
 
-               // First set request and response instance
-               $registerInstance->setRequestInstance($requestInstance);
-               $registerInstance->setResponseInstance($responseInstance);
-
                // Encrypt the password
                $registerInstance->encryptPassword('pass1');