mirror of
https://github.com/nextcloud/server.git
synced 2026-03-29 22:03:27 -04:00
chore(Trashbin): add AbortedEventException use
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
bd0784e056
commit
5f658d9eae
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue