mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 20:22:15 +01:00
Compare commits
1 Commits
v0.13.0
...
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