aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Config/Event/UserMountRemovedEvent.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/public/Files/Config/Event/UserMountRemovedEvent.php')
-rw-r--r--lib/public/Files/Config/Event/UserMountRemovedEvent.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/public/Files/Config/Event/UserMountRemovedEvent.php b/lib/public/Files/Config/Event/UserMountRemovedEvent.php
index bdf264c9c4b..0de7cfc4a99 100644
--- a/lib/public/Files/Config/Event/UserMountRemovedEvent.php
+++ b/lib/public/Files/Config/Event/UserMountRemovedEvent.php
@@ -11,7 +11,6 @@ namespace OCP\Files\Config\Event;
use OCP\EventDispatcher\Event;
use OCP\Files\Config\ICachedMountInfo;
-use OCP\Files\Mount\IMountPoint;
/**
* Event emitted when a user mount was removed.
@@ -20,7 +19,7 @@ use OCP\Files\Mount\IMountPoint;
*/
class UserMountRemovedEvent extends Event {
public function __construct(
- public readonly IMountPoint|ICachedMountInfo $mountPoint,
+ public readonly ICachedMountInfo $mountPoint,
) {
parent::__construct();
}