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