From 5f658d9eaefe9e7fd3a44b760cb911a4e4fe21d3 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 18 Mar 2026 12:02:19 -0400 Subject: [PATCH] chore(Trashbin): add AbortedEventException use Signed-off-by: Josh --- apps/files_trashbin/lib/Trashbin.php | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/files_trashbin/lib/Trashbin.php b/apps/files_trashbin/lib/Trashbin.php index e493e2a6a2b..12af607b536 100644 --- a/apps/files_trashbin/lib/Trashbin.php +++ b/apps/files_trashbin/lib/Trashbin.php @@ -26,6 +26,7 @@ use OCP\App\IAppManager; use OCP\AppFramework\Utility\ITimeFactory; use OCP\Command\IBus; use OCP\Config\IUserConfig; +use OCP\Exceptions\AbortedEventException; use OCP\EventDispatcher\Event; use OCP\EventDispatcher\IEventDispatcher; use OCP\EventDispatcher\IEventListener;