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