Skip to content

Commit

Permalink
removed doubled implementation after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
hansmorb committed Jan 11, 2024
1 parent 196867f commit 6a6d79a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/Model/Booking.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6a6d79a

Please sign in to comment.