refactor CalendarRange repository and available range action

This commit is contained in:
2022-05-17 12:26:34 +02:00
parent 8b1271a466
commit 9ceb66e2da
4 changed files with 159 additions and 52 deletions

View File

@@ -25,7 +25,7 @@ use Symfony\Component\Serializer\Annotation\Groups;
/**
* @ORM\Table(name="chill_calendar.calendar_range", indexes={@ORM\Index(name="idx_calendar_range_remote", columns={"remoteId"})})
* @ORM\Entity(repositoryClass=CalendarRangeRepository::class)
* @ORM\Entity
*/
class CalendarRange implements TrackCreationInterface, TrackUpdateInterface
{