mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Pass the filename, not the id.
This commit is contained in:
parent
da505ed106
commit
2a40645604
@ -82,7 +82,7 @@ final class Test
|
|||||||
->generate(
|
->generate(
|
||||||
'checkFileInfo',
|
'checkFileInfo',
|
||||||
[
|
[
|
||||||
'fileId' => $storedObject->getId(),
|
'fileId' => $storedObject->getFilename(),
|
||||||
],
|
],
|
||||||
UrlGeneratorInterface::ABSOLUTE_URL
|
UrlGeneratorInterface::ABSOLUTE_URL
|
||||||
),
|
),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user