mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-17 15:52:15 +00:00
transaction date fix
This commit is contained in:
@@ -30,8 +30,8 @@ class TransactionResource extends JsonResource
|
||||
'metadata' => $this->metadata
|
||||
? resolve(FormatUsageEstimatesAction::class)($this->currency, $this->metadata)
|
||||
: null,
|
||||
'created_at' => $this->created_at->formatLocalized('d. M. Y'),
|
||||
'updated_at' => $this->updated_at,
|
||||
'created_at' => format_date($this->created_at, 'd. M. Y'),
|
||||
'updated_at' => format_date($this->updated_at, 'd. M. Y'),
|
||||
],
|
||||
'relationships' => [
|
||||
$this->mergeWhen($this->user && $this->user->settings, fn () => [
|
||||
|
||||
Reference in New Issue
Block a user