feat: re-implement contact form submissions api endpoint for website
This commit is contained in:
@@ -48,6 +48,9 @@ class HotelLoader extends AbstractLoader
|
||||
return null;
|
||||
}
|
||||
|
||||
/**
|
||||
* @throws HotelNotFoundException
|
||||
*/
|
||||
public function loadById(int $id, ?string $filename = 'hotel.xml'): Hotel
|
||||
{
|
||||
$hotels = $this->loadAll($filename);
|
||||
|
||||
Reference in New Issue
Block a user