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