X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fclass_ApplicationHelper.php;fp=application%2Fship-simu%2Fclass_ApplicationHelper.php;h=19c7c8ca3ed58225277e034dfcf490cbcc4f693b;hp=150fa5837702c344a998dd337188e2ba92100f5e;hb=b3d612dc053c999af135677df431f73d9d26154f;hpb=744147655282c40860189631204fb5a702046250 diff --git a/application/ship-simu/class_ApplicationHelper.php b/application/ship-simu/class_ApplicationHelper.php index 150fa58..19c7c8c 100644 --- a/application/ship-simu/class_ApplicationHelper.php +++ b/application/ship-simu/class_ApplicationHelper.php @@ -80,7 +80,7 @@ class ApplicationHelper extends BaseApplication implements ManageableApplication * * @return $thisInstance An instance of this class */ - public final static function getInstance () { + public static final function getInstance () { // Is the instance there? if (is_null(self::$thisInstance)) { self::$thisInstance = new ApplicationHelper();