Auto commit for release 'develop' on 2024-07-08

This commit is contained in:
github-actions
2024-07-08 05:07:00 +02:00
parent 84a1a876e1
commit c2269fc9a4
9 changed files with 113 additions and 104 deletions

View File

@@ -128,7 +128,7 @@ class RecurrenceTransformer extends AbstractTransformer
];
// get the (future) occurrences for this specific type of repetition:
$amount = 'daily' === $repetition->repetition_type ? 9 : 5;
$amount = 'daily' === $repetition->repetition_type ? 9 : 5;
$occurrences = $this->repository->getXOccurrencesSince($repetition, $fromDate, now(), $amount);
/** @var Carbon $carbon */