Remove tram mapping from 250 to 410
lib/TramTypes.php @@ -44,11 +44,4 @@ END; parent::__construct($data); } public function getByNumber($id) { if((int)$id == 250) { $id = 410; } return parent::getByNumber($id); } }