diff options
Diffstat (limited to 'lib/private/Files/SetupManager.php')
-rw-r--r-- | lib/private/Files/SetupManager.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/private/Files/SetupManager.php b/lib/private/Files/SetupManager.php index 20be8178676..578372775ac 100644 --- a/lib/private/Files/SetupManager.php +++ b/lib/private/Files/SetupManager.php @@ -38,7 +38,7 @@ use OCP\Constants; use OCP\Diagnostics\IEventLogger; use OCP\EventDispatcher\IEventDispatcher; use OCP\Files\Config\IMountProviderCollection; -use OCP\Files\Events\Node\FilesystemTearedDownEvent; +use OCP\Files\Events\Node\FilesystemTornDownEvent; use OCP\Files\Mount\IMountManager; use OCP\Files\Mount\IMountPoint; use OCP\Files\Storage\IStorage; @@ -201,6 +201,6 @@ class SetupManager { $this->setupUsers = []; $this->rootSetup = false; $this->mountManager->clear(); - $this->eventDispatcher->dispatchTyped(new FilesystemTearedDownEvent()); + $this->eventDispatcher->dispatchTyped(new FilesystemTornDownEvent()); } } |