Rename recurrence_repetitions and nr_of_repetitions.

This commit is contained in:
James Cole
2019-08-25 16:15:02 +02:00
parent 1f9fddaa32
commit 6bc5794dfd

View File

@@ -105,9 +105,9 @@ class RecurrenceTransformer extends AbstractTransformer
'repeat_until' => null === $recurrence->repeat_until ? null : $recurrence->repeat_until->format('Y-m-d'),
'apply_rules' => $recurrence->apply_rules,
'active' => $recurrence->active,
'repetitions' => $recurrence->repetitions,
'nr_of_repetitions' => $recurrence->repetitions,
'notes' => $this->repository->getNoteText($recurrence),
'recurrence_repetitions' => $this->getRepetitions($recurrence),
'repetitions' => $this->getRepetitions($recurrence),
'transactions' => $this->getTransactions($recurrence),
'meta' => $this->getMeta($recurrence),
'links' => [