From be408beb7747a03ab498c9f02b3fecd9ed20f2f5 Mon Sep 17 00:00:00 2001 From: Hans Morbach <6433480+hansmorb@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:17:47 -0700 Subject: [PATCH] removed doubled implementation after merge --- src/Model/Booking.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Model/Booking.php b/src/Model/Booking.php index ef5e8c955..f7a478019 100755 --- a/src/Model/Booking.php +++ b/src/Model/Booking.php @@ -374,13 +374,6 @@ public function getLocation(): ?Location { return null; } - public function getItemID() { - return $this->getMeta('item-id'); - } - - public function getLocationID(){ - return $this->getMeta('location-id'); - } /** * Get the booking date in a human-readable format. * This is used in the booking confirmation email as a template tag.