This commit is contained in:
James Cole
2018-08-07 17:50:14 +02:00
parent b496ca6a2c
commit ff44ad4994

View File

@@ -170,7 +170,7 @@ class PiggyBankTransformer extends TransformerAbstract
'start_date' => $startDate, 'start_date' => $startDate,
'target_date' => $targetDate, 'target_date' => $targetDate,
'order' => (int)$piggyBank->order, 'order' => (int)$piggyBank->order,
'active' => 1 === (int)$piggyBank->active, 'active' => true,
'notes' => null, 'notes' => null,
'links' => [ 'links' => [
[ [