mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-14 14:24:24 +00:00
Fix property name.
This commit is contained in:
parent
73486d6860
commit
3347248b97
@ -209,7 +209,7 @@ final class ChillWopi implements WopiInterface
|
|||||||
|
|
||||||
// TODO: Add strict typing in champs-libres/async-uploader-bundle
|
// TODO: Add strict typing in champs-libres/async-uploader-bundle
|
||||||
/** @var StdClass $object */
|
/** @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()));
|
$response = $this->httpClient->sendRequest($this->psr17->createRequest('PUT', $object->url)->withBody($request->getBody()));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user