Pass the filename, not the id.

This commit is contained in:
Pol Dellaiera 2021-08-19 16:33:04 +02:00 committed by Marc Ducobu
parent c63b56deab
commit 0a51785b8f

View File

@ -82,7 +82,7 @@ final class Test
->generate( ->generate(
'checkFileInfo', 'checkFileInfo',
[ [
'fileId' => $storedObject->getId(), 'fileId' => $storedObject->getFilename(),
], ],
UrlGeneratorInterface::ABSOLUTE_URL UrlGeneratorInterface::ABSOLUTE_URL
), ),