| @@ -23,12 +23,12 @@ | ||
| 23 | 23 | |
| 24 | 24 | if ($calendarEvent->isOneOffEvent()) { |
| 25 | 25 | return new \FluentBookingPro\App\Modules\SingleEvent\SingleTimeSlotService($calendar, $calendarEvent); |
| 26 | 26 | } |
| 27 | - } | |
| 28 | 27 | |
| 29 | - if ($calendarEvent->allowMultiBooking()) { | |
| 30 | - return new \FluentBookingPro\App\Services\MultiTimeSlotService($calendar, $calendarEvent); | |
| 28 | + if ($calendarEvent->allowMultiBooking()) { | |
| 29 | + return new \FluentBookingPro\App\Services\MultiTimeSlotService($calendar, $calendarEvent); | |
| 30 | + } | |
| 31 | 31 | } |
| 32 | 32 | |
| 33 | 33 | return new TimeSlotService($calendar, $calendarEvent); |
| 34 | 34 | } |