From 18e3190e9bd587a21f862d132d7f2fb57686c1a7 Mon Sep 17 00:00:00 2001 From: Johan Cwiklinski Date: Sat, 9 Dec 2023 09:21:10 +0100 Subject: [PATCH] Remove dead code --- lib/GaletteEvents/Booking.php | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/GaletteEvents/Booking.php b/lib/GaletteEvents/Booking.php index c1f0278..111021d 100644 --- a/lib/GaletteEvents/Booking.php +++ b/lib/GaletteEvents/Booking.php @@ -559,7 +559,6 @@ public function store() Analog::ERROR ); throw $e; - return false; } }