]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/login/class_ShipSimuGuestLogin.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / login / class_ShipSimuGuestLogin.php
index 96eed3621e693c7fd285f555476c20fdfa39e5bc..586652f9c8ca12982aec8dad13c2ea49c84173bf 100644 (file)
@@ -42,7 +42,7 @@ class ShipSimuGuestLogin extends BaseFrameworkSystem implements LoginableUser {
         *
         * @return      $loginInstance  An instance of this login class
         */
-       public final static function createShipSimuGuestLogin () {
+       public static final function createShipSimuGuestLogin () {
                // Get a new instance
                $loginInstance = new ShipSimuGuestLogin();