Skip to content

Commit

Permalink
fix: old login attempt command factory not being imported correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
tomudding committed Oct 20, 2024
1 parent 9867dcc commit c56837c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/User/src/Module.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

namespace User;

use Activity\Command\Factory\DeleteOldLoginAttemptsFactory as DeleteOldLoginAttemptsCommandFactory;
use Doctrine\Laminas\Hydrator\DoctrineObject;
use Laminas\Authentication\AuthenticationService as LaminasAuthenticationService;
use Laminas\Crypt\Password\Bcrypt;
Expand All @@ -23,6 +22,7 @@
use User\Authentication\Storage\UserSession;
use User\Authorization\AclServiceFactory;
use User\Command\DeleteOldLoginAttempts as DeleteOldLoginAttemptsCommands;
use User\Command\Factory\DeleteOldLoginAttemptsFactory as DeleteOldLoginAttemptsCommandFactory;
use User\Form\Activate as ActivateForm;
use User\Form\ApiAppAuthorisation as ApiAppAuthorisationForm;
use User\Form\ApiToken as ApiTokenForm;
Expand Down

0 comments on commit c56837c

Please sign in to comment.