From bb6907fe8592692618dff65ff57021f924f40825 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 31 Dec 2019 20:26:03 +0000
Subject: [PATCH] Remove tram mapping from 250 to 410

---
 lib/TramTypes.php |    7 -------
 1 files changed, 0 insertions(+), 7 deletions(-)

diff --git a/lib/TramTypes.php b/lib/TramTypes.php
index 9d3b248..9dd4925 100644
--- a/lib/TramTypes.php
+++ b/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);
-	}
 }

--
Gitblit v1.9.1