Jacek Kowalski
2019-12-31 bb6907fe8592692618dff65ff57021f924f40825
Remove tram mapping from 250 to 410
1 files modified
7 ■■■■■ changed files
lib/TramTypes.php 7 ●●●●● patch | view | raw | blame | history
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);
    }
}