diff options
Diffstat (limited to 'lib/public/files/mount/imountmanager.php')
-rw-r--r-- | lib/public/files/mount/imountmanager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/files/mount/imountmanager.php b/lib/public/files/mount/imountmanager.php index 96ec1e11ad3..1eb9b66dad8 100644 --- a/lib/public/files/mount/imountmanager.php +++ b/lib/public/files/mount/imountmanager.php @@ -25,6 +25,7 @@ namespace OCP\Files\Mount; * Interface IMountManager * * Manages all mounted storages in the system + * @since 8.2.0 */ interface IMountManager { |