Skip to content

Commit

Permalink
Update notification module namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
voltan committed Nov 16, 2024
1 parent 3eb3c72 commit 17863dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Factory/Service/AccountServiceFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
namespace Pi\User\Factory\Service;

use Laminas\ServiceManager\Factory\FactoryInterface;
use Notification\Service\NotificationService;
use Pi\Core\Security\Account\AccountLocked;
use Pi\Core\Security\Account\AccountLoginAttempts;
use Pi\Core\Service\CacheService;
use Pi\Core\Service\TranslatorService;
use Pi\Core\Service\UtilityService;
use Pi\Notification\Service\NotificationService;
use Pi\User\Repository\AccountRepositoryInterface;
use Pi\User\Service\AccountService;
use Pi\User\Service\AvatarService;
Expand Down
2 changes: 1 addition & 1 deletion src/Service/AccountService.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

use Fig\Http\Message\StatusCodeInterface;
use Laminas\Math\Rand;
use Notification\Service\NotificationService;
use Pi\Core\Security\Account\AccountLocked;
use Pi\Core\Security\Account\AccountLoginAttempts;
use Pi\Core\Service\CacheService;
use Pi\Core\Service\TranslatorService;
use Pi\Core\Service\UtilityService;
use Pi\Notification\Service\NotificationService;
use Pi\User\Repository\AccountRepositoryInterface;
use RobThree\Auth\Algorithm;
use RobThree\Auth\Providers\Qr\EndroidQrCodeProvider;
Expand Down

0 comments on commit 17863dc

Please sign in to comment.