We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e53c124 commit 8bd63c5Copy full SHA for 8bd63c5
apps/files_trashbin/lib/Trashbin.php
@@ -26,10 +26,10 @@
26
use OCP\AppFramework\Utility\ITimeFactory;
27
use OCP\Command\IBus;
28
use OCP\Config\IUserConfig;
29
-use OCP\Exceptions\AbortedEventException;
30
use OCP\EventDispatcher\Event;
31
use OCP\EventDispatcher\IEventDispatcher;
32
use OCP\EventDispatcher\IEventListener;
+use OCP\Exceptions\AbortedEventException;
33
use OCP\Files\Events\Node\BeforeNodeDeletedEvent;
34
use OCP\Files\File;
35
use OCP\Files\Folder;
0 commit comments