add missing var

This commit is contained in:
Jörn Friedrich Dreyer 2016-03-24 12:36:32 +01:00
parent 789df4d630
commit c3508df09a
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
*/