mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
Fix property name.
This commit is contained in:
parent
53cad32910
commit
10c9526b49
@ -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