From 8bd63c5fe23e21fa36b15aa57eaa2aa9d342fc0e Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 18 Mar 2026 12:51:34 -0400 Subject: [PATCH] chore(Trashbin): hello lint Signed-off-by: Josh --- apps/files_trashbin/lib/Trashbin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/files_trashbin/lib/Trashbin.php b/apps/files_trashbin/lib/Trashbin.php index 12af607b536..ea9d7496c5b 100644 --- a/apps/files_trashbin/lib/Trashbin.php +++ b/apps/files_trashbin/lib/Trashbin.php @@ -26,10 +26,10 @@ 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; +use OCP\Exceptions\AbortedEventException; use OCP\Files\Events\Node\BeforeNodeDeletedEvent; use OCP\Files\File; use OCP\Files\Folder;