]> git.mxchange.org Git - shipsimu.git/blobdiff - application/ship-simu/main/structures/extended/decks/cargo/class_CarDeck.php
'final' added to factory methods
[shipsimu.git] / application / ship-simu / main / structures / extended / decks / cargo / class_CarDeck.php
index 7369fd29eaca7736ea6397c7ee3b011d33c95a5a..1dcc45709e02a449bb154ef32b5e99322d22ce9f 100644 (file)
@@ -44,7 +44,7 @@ class CarDeck extends BaseDeck implements ItemIsTradeable, ConstructableShipPart
        }
 
        // Autodeck erstellen
-       public static function createCarDeck ($numDecks, $dim) {
+       public final static function createCarDeck ($numDecks, $dim) {
                // Get new instance
                $carInstance = new CarDeck();