absolute-beginners-guide-to-ddd-with-symfony
absolute-beginners-guide-to-ddd-with-symfony copied to clipboard
Maybe you should create Value Object AppointmentDuration
Maybe you should create a Value Object AppointmentDuration and use it as a type for Appointment::appointmentLengthInMinutes (I'd rename it to appointmentDuration) and in this class verify duration of an appointment.