Security

Token

superadmin@mail.com Username
Authenticated
Property Value
Roles
[
  "ROLE_SUPER_ADMIN"
]
Inherited Roles
[
  "ROLE_ADMIN"
  "ROLE_CREATOR"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#896
  -user: App\Entity\User {#1029 …}
  -roleNames: [
    "ROLE_SUPER_ADMIN"
  ]
  -attributes: []
  -firewallName: "main"
}

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point security.authenticator.form_login.main
user_checker App\Security\UserStatusChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#880
  -map: Symfony\Component\Security\Http\AccessMap {#871 …}
  -logger: Monolog\Logger {#847 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#878
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#436 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#847 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#877 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#837 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#592 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#881 …}
}
4.40 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#898
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#1028 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#838
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#439 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#850 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#837 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#882
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#439 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#441 …}
  -map: Symfony\Component\Security\Http\AccessMap {#871 …}
}
0.13 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED ROLE_CREATOR
Symfony\Component\HttpFoundation\Request {#3
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#16 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#10 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#13 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#19 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#18 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#17 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#20 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: [
    "text/html"
    "application/xhtml+xml"
    "image/avif"
    "image/webp"
    "image/apng"
    "application/xml"
    "*/*"
    "application/signed-exchange"
  ]
  #pathInfo: "/admin"
  #requestUri: "/admin?crudAction=detail&crudControllerFqcn=App%5CController%5CAdmin%5CLicenseCrudController&entityId=32"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#889 …}
  #locale: null
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  format: "html"
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
2 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1184
  -isAccessible: true
  -fqcn: "App\Entity\License"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1038 …}
  -instance: App\Entity\License {#1193 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 32
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2033 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2261 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_EXECUTE_ACTION
[
  "action" => "detail"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1184
    -isAccessible: true
    -fqcn: "App\Entity\License"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1038 …}
    -instance: App\Entity\License {#1193 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 32
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2033 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2261 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1402
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "product"
  -value: Proxies\__CG__\App\Entity\Product {#1200 …}
  -formattedValue: "HL7 HYST"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1417 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1405 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1404 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1406 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1985 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1403 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1408 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2042
  -isAccessible: true
  -fqcn: "App\Entity\Product"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1140 …}
  -instance: Proxies\__CG__\App\Entity\Product {#1200 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 2
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1410
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "qrcode"
  -value: "ec5c3995-bc62-4312-a384-4ed7a5c65eb9"
  -formattedValue: "ec5c3995-bc62-4312-a384-4ed7a5c65eb9"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2130 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1413 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1412 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1414 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2128 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1411 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1416 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1418
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "validityDuration"
  -value: 324
  -formattedValue: 324
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2127 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1421 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/integer"
  -templatePath: "@EasyAdmin/crud/field/integer.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1420 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1422 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2126 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1419 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1424 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1426
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "validityEnd"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1423 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1429 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1428 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1430 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2118 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1427 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1432 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1434
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IntegerField"
  -propertyName: "maxInstallNumber"
  -value: 15
  -formattedValue: 15
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1431 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\IntegerType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1437 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-integer"
  -columns: null
  -defaultColumns: "col-md-4 col-xxl-3"
  -translationParameters: []
  -templateName: "crud/field/integer"
  -templatePath: "@EasyAdmin/crud/field/integer.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1436 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1438 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2165 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1435 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1440 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1984
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "healthCenter"
  -value: Proxies\__CG__\App\Entity\HealthCenter {#1264 …}
  -formattedValue: "Health Center Name"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1439 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1446 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-association"
  -columns: null
  -defaultColumns: "col-md-7 col-xxl-6"
  -translationParameters: []
  -templateName: "crud/field/association"
  -templatePath: "@EasyAdmin/crud/field/association.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1442 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1454 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2171 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2019 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1441 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2182
  -isAccessible: true
  -fqcn: "App\Entity\HealthCenter"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1174 …}
  -instance: Proxies\__CG__\App\Entity\HealthCenter {#1264 …}
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1983
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\DateField"
  -propertyName: "validityStart"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2193 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\DateType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1993 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-date"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/date"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1992 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1994 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2195 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1982 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1996 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2006
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "qrcode"
  -value: "ec5c3995-bc62-4312-a384-4ed7a5c65eb9"
  -formattedValue: "ec5c3995-bc62-4312-a384-4ed7a5c65eb9"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1995 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2009 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: Symfony\Component\Translation\TranslatableMessage {#2011 …}
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/text"
  -templatePath: "@EasyAdmin/crud/field/text.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2008 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2010 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2207 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2007 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2012 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#2014
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\BooleanField"
  -propertyName: "active"
  -value: true
  -formattedValue: Twig\Markup {#1990 …}
  -formatValueCallable: Closure($value, $entity) {#1488 …}
  -label: Symfony\Component\Translation\TranslatableMessage {#2170 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\CheckboxType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2017 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "center"
  -help: null
  -cssClass: "field-boolean"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/boolean"
  -templatePath: "@EasyAdmin/crud/field/boolean.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2016 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2018 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2208 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#2015 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1991 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1998
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "qrCodeImage"
  -value: "data:image/png;base64,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"
  -formattedValue: "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUAAAAFACAIAAABC8jL9AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAGEklEQVR4nO3dsXLjNhRAUSmT//9lp0iTUYGYS4LApc6p1zIl+Q6atw/vn5+fF9D01+oHAP6cgCFMwBAmYAgTMIQJGMIEDGEChjABQ5iAIUzAECZgCBMwhAkYwv4+9K/f7/ek51hl/L8px+93z5/d07x39G1/kx+cwBAmYAgTMIQJGMIEDGEChjABQ5iAIUzAEHZsEmtszwmhM5M6Z+alxlb97Krv6Nt+79iF02NOYAgTMIQJGMIEDGEChjABQ5iAIUzAECZgCLtyEmts3u6iedM2z3vmeZu6xh4/EfXhtvfrBIYwAUOYgCFMwBAmYAgTMIQJGMIEDGEChrD7JrH4vTPzUmemqVbNaT3vNsbbOIEhTMAQJmAIEzCECRjCBAxhAoYwAUOYgCHMJNafOzMhNG8b09iqOS0mcQJDmIAhTMAQJmAIEzCECRjCBAxhAoYwAUPYfZNYxUmdVbNWZ+al9vyc93zmPT+rQ5zAECZgCBMwhAkYwgQMYQKGMAFDmIAhTMAQduUk1qo9T/PMmx+aN2vlmX//yg/gBIYwAUOYgCFMwBAmYAgTMIQJGMIEDGEChrD3A9YC7WnVZFJx9sgf4R9zAkOYgCFMwBAmYAgTMIQJGMIEDGEChjABQ9ixSaxVUz7ztiI9byJq1VRT8f3Oe+bbdoA5gSFMwBAmYAgTMIQJGMIEDGEChjABQ5iAIezK2wnnTSad+dk99y2tmuJa9UkWbzbc8y/ngxMYwgQMYQKGMAFDmIAhTMAQJmAIEzCECRjC7tuJtWqeprjX6oxVn9WZVx4rbr26jRMYwgQMYQKGMAFDmIAhTMAQJmAIEzCECRjCjk1irfK8Oa3n3SE47x3tuTFrE05gCBMwhAkYwgQMYQKGMAFDmIAhTMAQJmAIu/J2wrFV+6WKe62+bT5sbNUNg4kpLicwhAkYwgQMYQKGMAFDmIAhTMAQJmAIEzCEXXk74aqtSGOr7h9cNS9VnDwbe94neWEpTmAIEzCECRjCBAxhAoYwAUOYgCFMwBAmYAg7thNr3k1wxfsH95wQKt4SOM+eT3XhN+gEhjABQ5iAIUzAECZgCBMwhAkYwgQMYQKGsGM7sf7ntbacptrTt31Wq97vGaueyiQWfAsBQ5iAIUzAECZgCBMwhAkYwgQMYQKGsGM7sVZN+SRmYi585T23Xp2x59/G2Lxvwe2EwOslYEgTMIQJGMIEDGEChjABQ5iAIUzAEHbfTqyxVTf9je153+LYntNUPo3/cjsh8HoJGNIEDGEChjABQ5iAIUzAECZgCBMwhB2bxCreqTdvmmrsedNFe94wuOfnfNstkE5gCBMwhAkYwgQMYQKGMAFDmIAhTMAQJmAIO3Y7oVmr37/y2KodUWPzZryK+9Lm/V47sYDXS8CQJmAIEzCECRjCBAxhAoYwAUOYgCHs2CTW2J47k1bNAJ2Z8plnzw1Se77yqu/oECcwhAkYwgQMYQKGMAFDmIAhTMAQJmAIEzCEHbud8NvM27ZV3Hr1bfcPJnaeOYEhTMAQJmAIEzCECRjCBAxhAoYwAUOYgCHs2E6seduJVpm3uWrPWatVN+7N84BpqjOcwBAmYAgTMIQJGMIEDGEChjABQ5iAIUzAEHbl7YSbzKZ82PNuuz3nls5Y9X6LE28XcgJDmIAhTMAQJmAIEzCECRjCBAxhAoYwAUPYlZNYY8+bxZk3e7TqPr55znxWe25i2+TbdwJDmIAhTMAQJmAIEzCECRjCBAxhAoYwAUPYfZNYRZvsPfpw5qlW3da3an/YnjNtFz6VExjCBAxhAoYwAUOYgCFMwBAmYAgTMIQJGMJMYq2xam5pzzsT51k1SzfvO/rgBIYwAUOYgCFMwBAmYAgTMIQJGMIEDGEChrD7JrFWbZCaZ9Xc0p7TRfN+9swrP2+27IMTGMIEDGEChjABQ5iAIUzAECZgCBMwhAkYwq6cxHr81MuHVTf97WnPubRVr3zb9+sEhjABQ5iAIUzAECZgCBMwhAkYwgQMYQKGsHdx6Af4lxMYwgQMYQKGMAFDmIAhTMAQJmAIEzCECRjCBAxhAoYwAUOYgCFMwBD2DwtoP4mHk9p6AAAAAElFTkSuQmCC"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2213 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2001 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-text"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: null
  -templatePath: "admin/crud/license/qr_code.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#2000 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2002 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2220 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1999 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2004 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1163
    -type: "entity"
    -name: "deactivateLicense"
    -label: Symfony\Component\Translation\TranslatableMessage {#1169 …}
    -icon: null
    -cssClass: "btn btn-warning"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "deactivateLicense"
    ]
    -linkUrl: "?routeName=admin_license_toggle_active&routeParams%5Bid%5D=32"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: "admin_license_toggle_active"
    -routeParameters: Closure(License $license) {#1161 …}
    -url: null
    -translationParameters: []
    -displayCallable: Closure(License $license) {#1160 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1184
    -isAccessible: true
    -fqcn: "App\Entity\License"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1038 …}
    -instance: App\Entity\License {#1193 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 32
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2033 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2261 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1167
    -type: "entity"
    -name: "activateLicense"
    -label: "Activate License"
    -icon: null
    -cssClass: "btn btn-success"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: []
    -linkUrl: null
    -templatePath: null
    -crudActionName: null
    -routeName: "admin_license_toggle_active"
    -routeParameters: Closure(License $license) {#1165 …}
    -url: null
    -translationParameters: []
    -displayCallable: Closure(License $license) {#1164 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1184
    -isAccessible: true
    -fqcn: "App\Entity\License"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1038 …}
    -instance: App\Entity\License {#1193 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 32
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2033 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2261 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1135
    -type: "entity"
    -name: "downloadQrCode"
    -label: Symfony\Component\Translation\TranslatableMessage {#1392 …}
    -icon: null
    -cssClass: "action-downloadQrCode btn"
    -addedCssClass: ""
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "downloadQrCode"
    ]
    -linkUrl: "?routeName=admin_license_download_qrcode&routeParams%5Bid%5D=32"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: null
    -routeName: "admin_license_download_qrcode"
    -routeParameters: Closure(License $license) {#1168 …}
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1184
    -isAccessible: true
    -fqcn: "App\Entity\License"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1038 …}
    -instance: App\Entity\License {#1193 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 32
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2033 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2261 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1039
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2229 …}
    -icon: "fa fa-fw fa-trash-o"
    -cssClass: "action-delete btn btn-secondary pr-0 text-danger"
    -addedCssClass: " btn btn-secondary pr-0 text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CLicenseCrudController&entityId=32"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CLicenseCrudController&entityId=32"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure(License $license) {#1112 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1184
    -isAccessible: true
    -fqcn: "App\Entity\License"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1038 …}
    -instance: App\Entity\License {#1193 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 32
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2033 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2261 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1117
    -type: "entity"
    -name: "index"
    -label: Symfony\Component\Translation\TranslatableMessage {#2241 …}
    -icon: null
    -cssClass: "action-index btn btn-secondary"
    -addedCssClass: " btn btn-secondary"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "index"
    ]
    -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLicenseCrudController"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "index"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1184
    -isAccessible: true
    -fqcn: "App\Entity\License"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1038 …}
    -instance: App\Entity\License {#1193 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 32
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2033 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2261 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#1119
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2227 …}
    -icon: null
    -cssClass: "action-edit btn btn-primary"
    -addedCssClass: " btn btn-primary"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CLicenseCrudController&entityId=32"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: Closure(License $license) {#1159 …}
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1184
    -isAccessible: true
    -fqcn: "App\Entity\License"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1038 …}
    -instance: App\Entity\License {#1193 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 32
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#2033 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2261 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
24 GRANTED ROLE_SUPER_ADMIN
null
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
25 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
26 DENIED EA_EXIT_IMPERSONATION
null
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
27 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2420
  -type: "section"
  -selected: false
  -expanded: false
  -label: ""
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
28 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2426
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2424 …}
  -icon: "fa-sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
29 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
30 GRANTED ROLE_CREATOR
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2491
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2517 …}
  -icon: "fa fa-box"
  -cssClass: ""
  -permission: "ROLE_CREATOR"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Product"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProductCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2491
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2517 …}
  -icon: "fa fa-box"
  -cssClass: ""
  -permission: "ROLE_CREATOR"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Product"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProductCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2493
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2519 …}
  -icon: "fa fa-shapes"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Feature"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFeatureCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
33 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2493
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2519 …}
  -icon: "fa fa-shapes"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Feature"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CFeatureCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
34 GRANTED ROLE_SUPER_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2495
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2521 …}
  -icon: "fa fa-user"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
35 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2495
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2521 …}
  -icon: "fa fa-user"
  -cssClass: ""
  -permission: "ROLE_SUPER_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
36 GRANTED ROLE_ADMIN
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2497
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2523 …}
  -icon: "fa fa-tags"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Brand"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBrandCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2497
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2523 …}
  -icon: "fa fa-tags"
  -cssClass: ""
  -permission: "ROLE_ADMIN"
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Brand"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBrandCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
38 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2499
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2529 …}
  -icon: "fa fa-truck"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Distributor"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDistributorCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
39 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2501
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2539 …}
  -icon: "fa fa-file-contract"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\License"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLicenseCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
40 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2503
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2549 …}
  -icon: "fa fa-file-alt"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Application"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CApplicationCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
41 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2508
  -type: "submenu"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2581 …}
  -icon: "fa fa-hospital"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2510
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2559 …}
      -icon: "fa fa-stethoscope"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Doctor"
        "entityId" => null
      ]
      -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDoctorCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2512
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2569 …}
      -icon: "fa fa-user-injured"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Patient"
        "entityId" => null
      ]
      -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPatientCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2514
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2575 …}
      -icon: "fa fa-notes-medical"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\ExamData"
        "entityId" => null
      ]
      -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CExamDataCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
  ]
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
42 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2510
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2559 …}
  -icon: "fa fa-stethoscope"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Doctor"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDoctorCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
43 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2512
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2569 …}
  -icon: "fa fa-user-injured"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Patient"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPatientCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
44 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2514
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2575 …}
  -icon: "fa fa-notes-medical"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ExamData"
    "entityId" => null
  ]
  -linkUrl: "?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CExamDataCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
45 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2516
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2596 …}
  -icon: "fa fa-sign-out"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/logout"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
46 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details