X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fresolver%2Fweb%2Fclass_WebGovernmentFailedCommandResolver.php;fp=application%2Fship-simu%2Fmain%2Fresolver%2Fweb%2Fclass_WebGovernmentFailedCommandResolver.php;h=c26494a78ecdca0b29cfac103bf0ceafc03f10fc;hp=592e1a1dad747b6bd033e04e8576e220d7782a7f;hb=b3d612dc053c999af135677df431f73d9d26154f;hpb=744147655282c40860189631204fb5a702046250 diff --git a/application/ship-simu/main/resolver/web/class_WebGovernmentFailedCommandResolver.php b/application/ship-simu/main/resolver/web/class_WebGovernmentFailedCommandResolver.php index 592e1a1..c26494a 100644 --- a/application/ship-simu/main/resolver/web/class_WebGovernmentFailedCommandResolver.php +++ b/application/ship-simu/main/resolver/web/class_WebGovernmentFailedCommandResolver.php @@ -49,7 +49,7 @@ class WebGovernmentFailedCommandResolver extends BaseCommandResolver implements * @throws EmptyVariableException Thrown if default command is not set * @throws InvalidInterfaceException Thrown if command does not implement interface Commandable */ - public final static function createWebGovernmentFailedCommandResolver ($commandName, ManageableApplication $appInstance) { + public static final function createWebGovernmentFailedCommandResolver ($commandName, ManageableApplication $appInstance) { // Create the new instance $resolverInstance = new WebGovernmentFailedCommandResolver();