small fixes on sync from remote

This commit is contained in:
2022-06-09 17:06:57 +02:00
parent 6e48a042b3
commit f149b24802
5 changed files with 317 additions and 2 deletions

View File

@@ -550,7 +550,6 @@ class Calendar implements TrackCreationInterface, TrackUpdateInterface
public function setStartDate(DateTimeImmutable $startDate): self
{
dump('startDate', $startDate);
$this->startDate = $startDate;
return $this;