mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Various code cleanup.
This commit is contained in:
@@ -40,7 +40,7 @@ class CurrencyTransformer extends AbstractTransformer
|
||||
public function transform(TransactionCurrency $currency): array
|
||||
{
|
||||
return [
|
||||
'id' => (int)$currency->id,
|
||||
'id' => $currency->id,
|
||||
'created_at' => $currency->created_at->toAtomString(),
|
||||
'updated_at' => $currency->updated_at->toAtomString(),
|
||||
'default' => $currency->userDefault,
|
||||
|
Reference in New Issue
Block a user