mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix(IRootFolder): Add getAppDataDirectoryName method
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
This commit is contained in:
parent
3b0925a064
commit
1c033ae70a
1 changed files with 6 additions and 0 deletions
|
|
@ -98,4 +98,10 @@ interface IRootFolder extends Folder, Emitter {
|
|||
* @since 28.0.0
|
||||
*/
|
||||
public function getMount(string $mountPoint): IMountPoint;
|
||||
|
||||
/**
|
||||
* @return string
|
||||
* @since 30.0.0
|
||||
*/
|
||||
public function getAppDataDirectoryName(): string;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue