id, $slot->id ], 'fluent-booking'); } public function runForScheduledIntegrations($bookingId, $slotId) { $booking = Booking::find($bookingId); $slot = CalendarSlot::find($slotId); if (!$booking || !$slot) { return; } // We will run the integrations for the calendar } }