From 5e0d9bddba59f2cb288eb5b6a6d3cdf46aeaf12c Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 26 Aug 2019 07:12:20 +0200 Subject: [PATCH] Forgot to remove a line. --- app/Transformers/RecurrenceTransformer.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Transformers/RecurrenceTransformer.php b/app/Transformers/RecurrenceTransformer.php index 44ffe36dc9..c534eba253 100644 --- a/app/Transformers/RecurrenceTransformer.php +++ b/app/Transformers/RecurrenceTransformer.php @@ -109,7 +109,6 @@ class RecurrenceTransformer extends AbstractTransformer 'notes' => $this->repository->getNoteText($recurrence), 'repetitions' => $this->getRepetitions($recurrence), 'transactions' => $this->getTransactions($recurrence), - 'meta' => $this->getMeta($recurrence), 'links' => [ [ 'rel' => 'self',