]> git.mxchange.org Git - shipsimu.git/blobdiff - application/shipsimu/classes/commands/web/class_WebShipsimuUserLoginCommand.php
Continued:
[shipsimu.git] / application / shipsimu / classes / commands / web / class_WebShipsimuUserLoginCommand.php
index 2a33a8fe9e201c5c8e6c6484d7650ec9b5b2da46..72486ee981291ee95783dd75fc359332091c9a31 100644 (file)
@@ -77,7 +77,7 @@ class WebShipsimuUserLoginCommand extends BaseCommand implements Commandable {
                                $responseInstance->redirectToConfiguredUrl('app_login');
 
                                // Exit here
-                               exit();
+                               exit;
                        } catch (FrameworkException $e) {
                                // Something went wrong here!
                                $responseInstance->addFatalMessage($e->getMessage());
@@ -119,6 +119,3 @@ class WebShipsimuUserLoginCommand extends BaseCommand implements Commandable {
                $controllerInstance->addPreFilter(ObjectFactory::createObjectByConfiguredName('captcha_user_verifier_filter'));
        }
 }
-
-// [EOF]
-?>