mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
chore: php lint fix import
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
This commit is contained in:
parent
65ad1d0abe
commit
84789222b1
2 changed files with 1 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -8,10 +8,10 @@
|
|||
namespace OC\User;
|
||||
|
||||
use InvalidArgumentException;
|
||||
use OC_Helper;
|
||||
use OC\Accounts\AccountManager;
|
||||
use OC\Avatar\AvatarManager;
|
||||
use OC\Hooks\Emitter;
|
||||
use OC_Helper;
|
||||
use OCP\Accounts\IAccountManager;
|
||||
use OCP\Comments\ICommentsManager;
|
||||
use OCP\EventDispatcher\IEventDispatcher;
|
||||
|
|
|
|||
Loading…
Reference in a new issue