corrections review

This commit is contained in:
2022-01-28 11:09:14 +01:00
parent d70f8aa712
commit 5bfdee0c28
5 changed files with 6 additions and 18 deletions

View File

@@ -41,14 +41,8 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
public $translator;
public function __construct(
CountNotificationTask $counter,
TokenStorageInterface $tokenStorage,
TranslatorInterface $translator,
AuthorizationCheckerInterface $authorizationChecker
) {
$this->counter = $counter;
$this->tokenStorage = $tokenStorage;
$this->translator = $translator;
$this->authorizationChecker = $authorizationChecker;
}