mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
fix: Fix property name.
This commit is contained in:
parent
c2c2f5d53a
commit
9daa6f3b7b
@ -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));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user