mirror of
				https://gitlab.com/Chill-Projet/chill-bundles.git
				synced 2025-10-31 17:28:23 +00:00 
			
		
		
		
	Fix serialization of SignedUrl
An annotation was missing to include the object_name in the serialization.
This commit is contained in:
		| @@ -21,6 +21,7 @@ readonly class SignedUrl | ||||
|         #[Serializer\Groups(['read'])] | ||||
|         public string $url, | ||||
|         public \DateTimeImmutable $expires, | ||||
|         #[Serializer\Groups(['read'])] | ||||
|         public string $object_name, | ||||
|     ) {} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user