add schedule rescheduling
This commit is contained in:
parent
b8eeb093d3
commit
7576ccaf09
9 changed files with 314 additions and 5 deletions
|
|
@ -9,6 +9,8 @@ interface ScheduleRepository
|
|||
{
|
||||
public function create(CreateScheduleDto $dto): Schedule;
|
||||
|
||||
public function reschedule(RescheduleScheduleDto $dto): Schedule;
|
||||
|
||||
public function findForUser(int $id, User $user): ?Schedule;
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue