mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
chore(Trashbin): hello lint
Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
parent
e53c124ecc
commit
8bd63c5fe2
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue