ConflictChecker
class ConflictChecker
Detects whether a user is already scheduled (assigned or booked) in a given timeslot.
A user may only attend one thing per timeslot. Used by AssignmentService and BookingService before creating new commitments.
Methods
__construct(AssignmentRepository $assignmentRepository, BookingRepository $bookingRepository)
No description
bool
Details
at line 20
__construct(AssignmentRepository $assignmentRepository, BookingRepository $bookingRepository)
No description