diff --git a/src/Admin/src/Handler/Account/PostLoginAccountHandler.php b/src/Admin/src/Handler/Account/PostLoginAccountHandler.php index 008b26a..b08718c 100644 --- a/src/Admin/src/Handler/Account/PostLoginAccountHandler.php +++ b/src/Admin/src/Handler/Account/PostLoginAccountHandler.php @@ -52,7 +52,7 @@ public function __construct( public function handle(ServerRequestInterface $request): ResponseInterface { - assert($this->authenticationService instanceof AuthenticationServiceInterface); + assert($this->authenticationService instanceof LaminasAuthenticationServiceInterface); if ($this->authenticationService->hasIdentity()) { return new RedirectResponse($this->router->generateUri('app::index-redirect')); }