Merge pull request #23551 from owncloud/objectstoremissingvar

add missing var
This commit is contained in:
Thomas Müller 2016-03-24 13:30:08 +01:00
commit 24b6b8d31f
1 changed files with 4 additions and 0 deletions

View File

@ -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
*/