This commit is contained in:
2022-01-31 13:02:43 +01:00
parent f4bca2f410
commit 41fa1d9ca6
3 changed files with 11 additions and 13 deletions

View File

@@ -12,9 +12,7 @@ declare(strict_types=1);
namespace Chill\PersonBundle\Menu;
use Chill\MainBundle\Routing\LocalMenuBuilderInterface;
use Chill\TaskBundle\Templating\UI\CountNotificationTask;
use Knp\Menu\MenuItem;
use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface;
use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
use Symfony\Contracts\Translation\TranslatorInterface;
@@ -25,7 +23,6 @@ class UserMenuBuilder implements LocalMenuBuilderInterface
*/
public $authorizationChecker;
/**
* @var TranslatorInterface
*/