fix: Fix property name.

This commit is contained in:
Pol Dellaiera 2021-08-19 16:06:05 +02:00 committed by Marc Ducobu
parent c2c2f5d53a
commit 9daa6f3b7b

View File

@ -144,7 +144,7 @@ final class ChillWopi implements WopiInterface
// TODO: Add strict typing in champs-libres/async-uploader-bundle
/** @var StdClass $object */
$object = $this->tempUrlGeneratorInterface->generate('GET', $storedObject->getFilename());
$object = $this->tempUrlGenerator->generate('GET', $storedObject->getFilename());
$response = $this->httpClient->sendRequest($this->psr17->createRequest('GET', $object->url));