diff --git a/src/Bundle/ChillWopiBundle/src/Service/Wopi/ChillWopi.php b/src/Bundle/ChillWopiBundle/src/Service/Wopi/ChillWopi.php index baf22529c..c191156fe 100644 --- a/src/Bundle/ChillWopiBundle/src/Service/Wopi/ChillWopi.php +++ b/src/Bundle/ChillWopiBundle/src/Service/Wopi/ChillWopi.php @@ -209,7 +209,7 @@ final class ChillWopi implements WopiInterface // TODO: Add strict typing in champs-libres/async-uploader-bundle /** @var StdClass $object */ - $object = $this->tempUrlGeneratorInterface->generate('PUT', $storedObject->getFilename()); + $object = $this->tempUrlGenerator->generate('PUT', $storedObject->getFilename()); $response = $this->httpClient->sendRequest($this->psr17->createRequest('PUT', $object->url)->withBody($request->getBody()));