mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Merge pull request #23551 from owncloud/objectstoremissingvar
add missing var
This commit is contained in:
commit
24b6b8d31f
1 changed files with 4 additions and 0 deletions
|
|
@ -38,6 +38,10 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common {
|
|||
* @var \OCP\Files\ObjectStore\IObjectStore $objectStore
|
||||
*/
|
||||
protected $objectStore;
|
||||
/**
|
||||
* @var string $id
|
||||
*/
|
||||
protected $id;
|
||||
/**
|
||||
* @var \OC\User\User $user
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue