diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-05-30 18:38:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-30 18:38:02 +0200 |
commit | 84789222b18caf8ab448decc12ff9ccc8ca39ef4 (patch) | |
tree | 3afdc29da57c2fa973a537f73297cc1b0eedb4fb /core | |
parent | 65ad1d0abeed8800cf002563fbfb6eb5d62f8ae3 (diff) | |
download | nextcloud-server-84789222b18caf8ab448decc12ff9ccc8ca39ef4.tar.gz nextcloud-server-84789222b18caf8ab448decc12ff9ccc8ca39ef4.zip |
chore: php lint fix import
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Diffstat (limited to 'core')
-rw-r--r-- | core/Application.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/Application.php b/core/Application.php index 238ba93d7cc..808b8a266d9 100644 --- a/core/Application.php +++ b/core/Application.php @@ -25,9 +25,6 @@ use OCP\AppFramework\Http\Events\BeforeTemplateRenderedEvent; use OCP\DB\Events\AddMissingIndicesEvent; use OCP\DB\Events\AddMissingPrimaryKeyEvent; use OCP\EventDispatcher\IEventDispatcher; -use OCP\Files\Events\Node\NodeDeletedEvent; -use OCP\Files\Events\Node\NodeWrittenEvent; -use OCP\Files\Events\NodeRemovedFromCache; use OCP\Notification\IManager as INotificationManager; use OCP\User\Events\BeforeUserDeletedEvent; use OCP\User\Events\UserDeletedEvent; |