Skip to content

Commit c5e3f5f

Browse files
ShGKmebackportbot[bot]
authored andcommitted
fix(UserBackend): use OCP GenericEvent instead of Symphony
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
1 parent 2dfd682 commit c5e3f5f

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)