diff --git a/src/Command/CleanMobileCommand.php b/src/Command/CleanMobileCommand.php index 2382b52..7fcfe05 100644 --- a/src/Command/CleanMobileCommand.php +++ b/src/Command/CleanMobileCommand.php @@ -30,11 +30,11 @@ use Symfony\Contracts\HttpClient\HttpClientInterface; )] final class CleanMobileCommand extends Command { - private HttpClientInterface $http; private string $backendApiURL = 'https://umfragetool.ukbonn.de/api/api/participant/create-qm-befr-participant'; public function __construct( - private readonly EntityManagerInterface $em + private readonly EntityManagerInterface $em, + private readonly HttpClientInterface $http ) { parent::__construct(); }