mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 19:22:14 +01:00
Compare commits
1 Commits
main
...
hotfix/exp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0de9821c6b |
@@ -167,7 +167,7 @@ class ExportService
|
|||||||
$client->id,
|
$client->id,
|
||||||
$client->name,
|
$client->name,
|
||||||
$client->organization_id,
|
$client->organization_id,
|
||||||
$client->archived_at ?? '',
|
$client->archived_at?->toIso8601ZuluString() ?? '',
|
||||||
$client->created_at?->toIso8601ZuluString() ?? '',
|
$client->created_at?->toIso8601ZuluString() ?? '',
|
||||||
$client->updated_at?->toIso8601ZuluString() ?? '',
|
$client->updated_at?->toIso8601ZuluString() ?? '',
|
||||||
]);
|
]);
|
||||||
|
|||||||
Reference in New Issue
Block a user