From c5da70aa700d9759e003d597f832aee1c43bd610 Mon Sep 17 00:00:00 2001 From: JVT038 <47184046+JVT038@users.noreply.github.com> Date: Sat, 24 Feb 2024 17:32:12 +0100 Subject: [PATCH] fix tests --- src/HttpController/Api/AuthenticationController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/HttpController/Api/AuthenticationController.php b/src/HttpController/Api/AuthenticationController.php index d1c4d856..7b2cfca1 100644 --- a/src/HttpController/Api/AuthenticationController.php +++ b/src/HttpController/Api/AuthenticationController.php @@ -15,7 +15,6 @@ class AuthenticationController { public function __construct( private readonly Authentication $authenticationService, - private readonly UserApi $userApi, ) { }