]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/class_Merchant.php
'final' added to factory methods
[shipsimu.git] / application / ship-simu / main / class_Merchant.php
index 40d2207bf4254604b1dc3bfd1c1b02db1ce352f9..3a2b892bd816576e1de3fc48215a9a2007493efc 100644 (file)
@@ -55,7 +55,7 @@ class Merchant extends BaseFrameworkSystem {
        }
 
        // Haendler mit Namen erzeugen
-       public static function createMerchant ($merchantName, Harbor $harborInstance) {
+       public final static function createMerchant ($merchantName, Harbor $harborInstance) {
                // String absichern
                $merchantName = (string) $merchantName;