Skip to content

Commit

Permalink
Remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
mattamon committed May 28, 2024
1 parent aef9446 commit 45d3c9c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Schedule/Service/ScheduleService.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,4 @@ public function deleteSchedule(int $id): void
{
$this->scheduleRepository->delete($id);
}

private function getSchedule(int $id): Schedule
{

}
}

0 comments on commit 45d3c9c

Please sign in to comment.