forked from deblan/side_menu
fix(settings): remove non-existing and unused ILogger service
This commit is contained in:
parent
44fd4fab52
commit
7ab3269fbe
2 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue