]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/class_Merchant.php
'public static final' is correct
[shipsimu.git] / application / ship-simu / main / class_Merchant.php
index 4d2926e7186a90028a322d242d694bdf0ccc0dc3..0b19aa990924d978d31690ae9ddad494faad6a89 100644 (file)
@@ -38,7 +38,7 @@ class Merchant extends BaseFrameworkSystem {
        }
 
        // Haendler mit Namen erzeugen
-       public final static function createMerchant ($merchantName, Harbor $harborInstance) {
+       public static final function createMerchant ($merchantName, Harbor $harborInstance) {
                // String absichern
                $merchantName = (string) $merchantName;