Fix CS and upgrade issues after mergin master branch

This commit is contained in:
2024-06-24 10:56:02 +02:00
parent 916724c0c5
commit 49dd7f94fa
13 changed files with 13 additions and 27 deletions

View File

@@ -18,9 +18,7 @@ use Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface;
final readonly class PersonQuickMenuBuilder implements LocalMenuBuilderInterface
{
public function __construct(private AuthorizationCheckerInterface $authorizationChecker)
{
}
public function __construct(private AuthorizationCheckerInterface $authorizationChecker) {}
public static function getMenuIds(): array
{