Merge pull request #1044 from turbo124/develop
Add updated_at into Activity Transformer
This commit is contained in:
commit
1d7778dd7d
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ class ActivityTransformer extends EntityTransformer
|
|||
'invoice_id' => $activity->invoice ? $activity->invoice->public_id : null,
|
||||
'payment_id' => $activity->payment ? $activity->payment->public_id : null,
|
||||
'credit_id' => $activity->credit ? $activity->credit->public_id : null,
|
||||
'updated_at' => $this->getTimestamp($activity->updated_at)
|
||||
];
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue