|
|
|
|
@ -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; |
|
|
|
|
|