fix(settings): remove non-existing and unused ILogger service

This commit is contained in:
Simon Vieille 2025-03-10 18:42:12 +01:00
commit 7ab3269fbe
2 changed files with 0 additions and 2 deletions

View file

@ -35,7 +35,6 @@ class Admin implements ISettings
{
public function __construct(
protected IL10N $l,
protected ILogger $logger,
protected ConfigProxy $config,
protected AppRepository $appRepository,
protected CategoryRepository $categoryRepository,

View file

@ -32,7 +32,6 @@ class Personal implements ISettings
{
public function __construct(
protected IL10N $l,
protected ILogger $logger,
protected ConfigProxy $config,
protected IUserSession $userSession,
protected AppRepository $appRepository