X-Git-Url: https://git.mxchange.org/?p=shipsimu.git;a=blobdiff_plain;f=application%2Fship-simu%2Fmain%2Fstructures%2Fextended%2Fcabines%2Fship%2Fclass_PremierCabin.php;h=e7dd75a88cfcdddb8f45960eed583042a21cb79b;hp=b948f2025105f351565a319b797f903adf2d47b8;hb=b3d612dc053c999af135677df431f73d9d26154f;hpb=744147655282c40860189631204fb5a702046250 diff --git a/application/ship-simu/main/structures/extended/cabines/ship/class_PremierCabin.php b/application/ship-simu/main/structures/extended/cabines/ship/class_PremierCabin.php index b948f20..e7dd75a 100644 --- a/application/ship-simu/main/structures/extended/cabines/ship/class_PremierCabin.php +++ b/application/ship-simu/main/structures/extended/cabines/ship/class_PremierCabin.php @@ -29,7 +29,7 @@ class PremierCabin extends BaseCabin implements TradeableItem, ConstructableShip } // Premier-Kabine erstellen - public final static function createPremierCabin ($numLuxury, $numRooms, $numBeds, $dim) { + public static final function createPremierCabin ($numLuxury, $numRooms, $numBeds, $dim) { // Get new instance $premierInstance = new PremierCabin();