X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fcommands%2Fweb%2Fclass_WebShipsimuGuestLoginCommand.php;h=ff90a99aadf17cf4159320e05bfd26b8e57ee725;hp=b2d80a14ff303fa9f9817b9b72a5fa87985a8b54;hb=b3d612dc053c999af135677df431f73d9d26154f;hpb=744147655282c40860189631204fb5a702046250 diff --git a/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php b/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php index b2d80a1..ff90a99 100644 --- a/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php +++ b/application/ship-simu/main/commands/web/class_WebShipsimuGuestLoginCommand.php @@ -38,7 +38,7 @@ class WebShipsimuGuestLoginCommand extends BaseCommand implements Commandable { * @param $resolverInstance An instance of a command resolver * @return $commandInstance The created command instance */ - public final static function createWebShipsimuGuestLoginCommand (CommandResolver $resolverInstance) { + public static final function createWebShipsimuGuestLoginCommand (CommandResolver $resolverInstance) { // Get a new instance $commandInstance = new WebShipsimuGuestLoginCommand();