]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/controller/web/class_WebLoginController.php
Email address confirmation now working (not in registration):
[shipsimu.git] / inc / classes / main / controller / web / class_WebLoginController.php
index 6a673e7270eab2698fb46fa361adf1d026df1246..4b10387b1d2bd61d9ed93e18802d569d3f84f79b 100644 (file)
@@ -53,7 +53,6 @@ class WebLoginController extends BaseController implements Controller {
                // Set the command resolver
                $controllerInstance->setResolverInstance($resolverInstance);
 
-
                // Return the prepared instance
                return $controllerInstance;
        }