'final' added to factory methods
[shipsimu.git] / application / ship-simu / main / structures / extended / cabines / ship / class_LowCabin.php
index bdb6796fbfb0b74f53edcfb47799c9375e3522bd..bef1817b3780dd2aa2db82df89a315dc64c79be7 100644 (file)
@@ -44,7 +44,7 @@ class LowCabin extends BaseCabin implements ItemIsTradeable, ConstructableShipPa
        }
 
        // 2-Sterne-Klasse erstellen
-       public static function createLowCabin ($numLuxury, $numRooms, $numBeds, $dim) {
+       public final static function createLowCabin ($numLuxury, $numRooms, $numBeds, $dim) {
                // Get new instance
                $lowInstance = new LowCabin();