Skip to content

Commit

Permalink
Merge pull request #163 from nextcloud/fix/use-generic-event
Browse files Browse the repository at this point in the history
fix(UserBackend): use OCP GenericEvent instead of Symphony
  • Loading branch information
ShGKme authored Sep 24, 2024
2 parents 56fa23d + c57a1fd commit 838f98c
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 838f98c

Please sign in to comment.