Skip to content

Commit

Permalink
fix(UserBackend): use OCP GenericEvent instead of Symphony
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme authored and backportbot[bot] committed Sep 24, 2024
1 parent 2dfd682 commit c5e3f5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/UserBackend.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@

use OC\User\Backend;
use OCP\DB\QueryBuilder\IQueryBuilder;
use OCP\EventDispatcher\GenericEvent;
use OCP\EventDispatcher\IEventDispatcher;
use OCP\Files\NotPermittedException;
use OCP\IDBConnection;
Expand All @@ -33,7 +34,6 @@
use OCP\IUserManager;
use OCP\User\Backend\ICountUsersBackend;
use OCP\UserInterface;
use Symfony\Component\EventDispatcher\GenericEvent;

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

0 comments on commit c5e3f5f

Please sign in to comment.