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 Sep 19, 2024
1 parent 56fa23d commit dfe9e4f
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 @@ -33,7 +33,7 @@
use OCP\IUserManager;
use OCP\User\Backend\ICountUsersBackend;
use OCP\UserInterface;
use Symfony\Component\EventDispatcher\GenericEvent;
use OCP\EventDispatcher\GenericEvent;

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

0 comments on commit dfe9e4f

Please sign in to comment.