mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
Fix serialization of SignedUrl
An annotation was missing to include the object_name in the serialization.
This commit is contained in:
parent
3b80d9a93b
commit
7dd5f542a6
@ -21,6 +21,7 @@ readonly class SignedUrl
|
|||||||
#[Serializer\Groups(['read'])]
|
#[Serializer\Groups(['read'])]
|
||||||
public string $url,
|
public string $url,
|
||||||
public \DateTimeImmutable $expires,
|
public \DateTimeImmutable $expires,
|
||||||
|
#[Serializer\Groups(['read'])]
|
||||||
public string $object_name,
|
public string $object_name,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user