Skip to content

Commit 1e5aa46

Browse files
authored
Merge pull request #164 from nextcloud/backport/163/stable28
[stable28] fix(UserBackend): use OCP GenericEvent instead of Symphony
2 parents 2dfd682 + c5e3f5f commit 1e5aa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/UserBackend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323

2424
use OC\User\Backend;
2525
use OCP\DB\QueryBuilder\IQueryBuilder;
26+
use OCP\EventDispatcher\GenericEvent;
2627
use OCP\EventDispatcher\IEventDispatcher;
2728
use OCP\Files\NotPermittedException;
2829
use OCP\IDBConnection;
@@ -33,7 +34,6 @@
3334
use OCP\IUserManager;
3435
use OCP\User\Backend\ICountUsersBackend;
3536
use OCP\UserInterface;
36-
use Symfony\Component\EventDispatcher\GenericEvent;
3737

3838
class UserBackend implements IUserBackend, UserInterface, ICountUsersBackend {
3939
private string $dbName = 'global_scale_users';

0 commit comments

Comments
 (0)