From 68407b944efc5facf8edabafaad7e60e0e2fefc0 Mon Sep 17 00:00:00 2001 From: aminovfariz Date: Fri, 5 Jun 2026 14:27:28 +0200 Subject: [PATCH] fix(tests): remove appTitle/appUrl from AuthServicesFactory constructor calls --- core/Service/Auth/AuthServicesFactory.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/core/Service/Auth/AuthServicesFactory.php b/core/Service/Auth/AuthServicesFactory.php index 6dd4cb8..1be14cc 100644 --- a/core/Service/Auth/AuthServicesFactory.php +++ b/core/Service/Auth/AuthServicesFactory.php @@ -60,8 +60,6 @@ class AuthServicesFactory $this->userServicesFactory->createUserPasswordService(), $this->createRememberMeService(), $this->mailServicesFactory->createMailService(), - appTitle(), - appUrl(), ); } @@ -72,8 +70,6 @@ class AuthServicesFactory $this->userServicesFactory->createUserWriteRepository(), $this->authRepositoryFactory->createEmailVerificationRepository(), $this->mailServicesFactory->createMailService(), - appTitle(), - appUrl(), ); }