Skip to content
Snippets Groups Projects
Commit c3508df0 authored by Jörn Friedrich Dreyer's avatar Jörn Friedrich Dreyer
Browse files

add missing var

parent 789df4d6
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment