-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(objectstorage): move $user property from ObjectStoreStorage …
…class to HomeObjectStoreStorage Signed-off-by: Thomas Citharel <[email protected]>
- Loading branch information
Showing
2 changed files
with
6 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,6 +7,7 @@ | |
* @author Jörn Friedrich Dreyer <[email protected]> | ||
* @author Morris Jobke <[email protected]> | ||
* @author Roeland Jago Douma <[email protected]> | ||
* @author Thomas Citharel <[email protected]> | ||
* | ||
* @license AGPL-3.0 | ||
* | ||
|
@@ -29,6 +30,8 @@ | |
use OCP\IUser; | ||
|
||
class HomeObjectStoreStorage extends ObjectStoreStorage implements IHomeStorage { | ||
protected IUser $user; | ||
|
||
/** | ||
* The home user storage requires a user object to create a unique storage id | ||
* @param array $params | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters