Security

Token

ahakob.tech@gmail.com Username
Authenticated
Property Value
Roles
[
  "ROLE_SUPER_ADMIN"
  "ROLE_USER"
]
Inherited Roles
[
  "ROLE_ADMIN"
  "ROLE_TEACHER"
  "ROLE_STUDENT"
]
Token
Symfony\Component\Security\Core\Authentication\Token\UsernamePasswordToken {#534
  -user: App\Entity\User {#903 …}
  -roleNames: [
    "ROLE_SUPER_ADMIN"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "admin"
}

Firewall

admin Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context admin
entry_point security.authenticator.form_login.admin
user_checker security.user_checker
access_denied_handler (none)
access_denied_url app_login
authenticators
[
  "login_throttling"
  "form_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#601
  -map: Symfony\Component\Security\Http\AccessMap {#603 …}
  -logger: Monolog\Logger {#558 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#633
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#65 …}
  -sessionKey: "_security_admin"
  -logger: Monolog\Logger {#558 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#634 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#553 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#533 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#636 …}
}
25.23 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#639
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#640 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#642
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#66 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#313 …}
  -map: Symfony\Component\Security\Http\AccessMap {#603 …}
}
0.28 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#596
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#66 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#564 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#553 …}
}
0.00 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_ADMIN"
  "ROLE_SUPER_ADMIN"
]
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#15 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#9 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#18 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#17 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#16 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#19 …}
  #content: ""
  #languages: null
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/admin"
  #requestUri: "/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseGroupCrudController&page=1&query=1328"
  #baseUrl: ""
  #basePath: ""
  #method: "GET"
  #format: null
  #session: Symfony\Component\HttpFoundation\Session\Session {#583 …}
  #locale: "hy"
  #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 {#956
  -isAccessible: true
  -fqcn: "App\Entity\PhaseGroup"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#953 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_EXECUTE_ACTION
[
  "action" => "index"
  "entity" => null
  "entityFqcn" => "App\Entity\PhaseGroup"
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1266
  -isAccessible: true
  -fqcn: "App\Entity\PhaseGroup"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#953 …}
  -instance: App\Entity\PhaseGroup {#1359 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 1328
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1670 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2237 …}
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1673
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\IdField"
  -propertyName: "id"
  -value: 1328
  -formattedValue: "1328"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1749 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1675 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-id"
  -columns: null
  -defaultColumns: "col-md-6 col-xxl-5"
  -translationParameters: []
  -templateName: "crud/field/id"
  -templatePath: "@EasyAdmin/crud/field/id.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1684 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1678 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1751 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1672 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1679 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1671
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -value: "8Հ_0"
  -formattedValue: "8Հ_0"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1779 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1349 …}
  -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 {#1421 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1714 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1781 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1357 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1697 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1358
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\CollectionField"
  -propertyName: "classTimes"
  -value: Doctrine\ORM\PersistentCollection {#1607 …}
  -formattedValue: "3069 ֆրանսերեն (  8Հ_0 ֆրանսերե…"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#1782 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\CollectionType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1693 …}
  -sortable: false
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-collection"
  -columns: null
  -defaultColumns: "col-md-8 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/collection"
  -templatePath: "@EasyAdmin/crud/field/collection.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1699 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1269 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1783 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1352 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1363 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1683
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "phaseItem"
  -value: Proxies\__CG__\App\Entity\PhaseItem {#1659 …}
  -formattedValue: "ֆրանսերեն (454)"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2065 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1686 …}
  -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 {#1685 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1687 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1860 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1265 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1689 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2045
  -isAccessible: true
  -fqcn: "App\Entity\PhaseItem"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1532 …}
  -instance: Proxies\__CG__\App\Entity\PhaseItem {#1659 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 518
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1690
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "parentGroup"
  -value: Proxies\__CG__\App\Entity\Group {#1434 …}
  -formattedValue: "8-րդ դասարան"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2169 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1694 …}
  -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 {#1692 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1695 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2167 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1691 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1730 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2146
  -isAccessible: true
  -fqcn: "App\Entity\Group"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#809 …}
  -instance: Proxies\__CG__\App\Entity\Group {#1434 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 6
  -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 {#1710
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "subGroup"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2200 …}
  -formType: "Symfony\Bridge\Doctrine\Form\Type\EntityType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1700 …}
  -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/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1723 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1706 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2191 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1716 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1698 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#2193
  -isAccessible: true
  -fqcn: "App\Entity\SubGroup"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#1435 …}
  -instance: null
  -primaryKeyName: "id"
  -primaryKeyValue: null
  -permission: null
  -fields: null
  -actions: null
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
14 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1731
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\AssociationField"
  -propertyName: "students"
  -value: Doctrine\ORM\PersistentCollection {#1640 …}
  -formattedValue: 0
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2182 …}
  -formType: "EasyCorp\Bundle\EasyAdminBundle\Form\Type\CrudAutocompleteType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1736 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: "right"
  -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 {#1707 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1737 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2174 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1728 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1703 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1705
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "phaseIndexTitle"
  -value: "Հ"
  -formattedValue: "Հ"
  -formatValueCallable: null
  -label: Symfony\Component\Translation\TranslatableMessage {#2206 …}
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1712 …}
  -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 {#1715 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1713 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#2208 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1711 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1704 …}
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2218
    -type: "entity"
    -name: "detail"
    -label: Symfony\Component\Translation\TranslatableMessage {#2226 …}
    -icon: null
    -cssClass: "action-detail"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "detail"
    ]
    -linkUrl: "https://edelar.tech/admin?crudAction=detail&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseGroupCrudController&entityId=1328&page=1&query=1328"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "detail"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1266
    -isAccessible: true
    -fqcn: "App\Entity\PhaseGroup"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#953 …}
    -instance: App\Entity\PhaseGroup {#1359 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1328
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1670 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2237 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2219
    -type: "entity"
    -name: "edit"
    -label: Symfony\Component\Translation\TranslatableMessage {#2231 …}
    -icon: null
    -cssClass: "action-edit"
    -addedCssClass: " "
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "edit"
    ]
    -linkUrl: "https://edelar.tech/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseGroupCrudController&entityId=1328&page=1&query=1328"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1266
    -isAccessible: true
    -fqcn: "App\Entity\PhaseGroup"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#953 …}
    -instance: App\Entity\PhaseGroup {#1359 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1328
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1670 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2237 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#2222
    -type: "entity"
    -name: "delete"
    -label: Symfony\Component\Translation\TranslatableMessage {#2238 …}
    -icon: null
    -cssClass: "action-delete text-danger"
    -addedCssClass: " text-danger"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "delete"
      "formaction" => "https://edelar.tech/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseGroupCrudController&entityId=1328&page=1&query=1328"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-delete"
    ]
    -linkUrl: "https://edelar.tech/admin?crudAction=delete&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseGroupCrudController&entityId=1328&page=1&query=1328"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "delete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#1266
    -isAccessible: true
    -fqcn: "App\Entity\PhaseGroup"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#953 …}
    -instance: App\Entity\PhaseGroup {#1359 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 1328
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1670 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#2237 …}
  }
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#920
    -type: "global"
    -name: "new"
    -label: Symfony\Component\Translation\TranslatableMessage {#1719 …}
    -icon: null
    -cssClass: "action-new btn btn-primary"
    -addedCssClass: " btn btn-primary"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "new"
    ]
    -linkUrl: "https://edelar.tech/admin?crudAction=new&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseGroupCrudController&query=1328"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "new"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#915
    -type: "batch"
    -name: "batchDelete"
    -label: Symfony\Component\Translation\TranslatableMessage {#1356 …}
    -icon: null
    -cssClass: "action-batchDelete btn btn-danger pr-0"
    -addedCssClass: " btn btn-danger pr-0"
    -htmlElement: "a"
    -htmlAttributes: [
      "data-action-name" => "batchDelete"
      "data-bs-toggle" => "modal"
      "data-bs-target" => "#modal-batch-action"
      "data-action-csrf-token" => Symfony\Component\Security\Csrf\CsrfToken {#2224
        -id: "ea-batch-action-batchDelete"
        -value: "00d059c830e46f68a51fd844d8.WdFb0AHtjSWh2y7rtuP5oQCDtWPFhdf-_ufwrDSlZMo.DIAhgkWK63DY6Xav7pOvlnbx4Cag8pChhNCY31qRNocNpjeYOdv8cturSQ"
      }
      "data-action-batch" => "true"
      "data-entity-fqcn" => "App\Entity\PhaseGroup"
      "data-action-url" => "https://edelar.tech/admin?crudAction=batchDelete&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseGroupCrudController&page=1&query=1328"
    ]
    -linkUrl: "https://edelar.tech/admin?crudAction=batchDelete&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseGroupCrudController&page=1&query=1328"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "batchDelete"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => null
]
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
22 DENIED EA_EXIT_IMPERSONATION
null
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS DENIED
Show voter details
23 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2289
  -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
24 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2291
  -type: "logout"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2288 …}
  -icon: "internal: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
25 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details
26 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2532
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2591 …}
  -icon: "fa fa-home"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "/admin"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2534
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2593 …}
  -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 {#2536
  -type: "submenu"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2639 …}
  -icon: "fas fa-school"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2538
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2592 …}
      -icon: "fas fa-building"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Building"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBuildingCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2540
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2595 …}
      -icon: "fa-solid fa-building-user"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Room"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CRoomCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2542
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2618 …}
      -icon: "fas fa-school"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\RoomType"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CRoomTypeCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2544
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2625 …}
      -icon: "fas fa-building"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Department"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDepartmentCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2546
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2632 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Lesson"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLessonCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
  ]
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
29 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2538
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2592 …}
  -icon: "fas fa-building"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Building"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CBuildingCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
30 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2540
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2595 …}
  -icon: "fa-solid fa-building-user"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Room"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CRoomCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2542
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2618 …}
  -icon: "fas fa-school"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\RoomType"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CRoomTypeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2544
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2625 …}
  -icon: "fas fa-building"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Department"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CDepartmentCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
33 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2546
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2632 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Lesson"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLessonCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
34 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2548
  -type: "submenu"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2665 …}
  -icon: "fas fa-users"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2550
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2638 …}
      -icon: "fas fa-user"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\User"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CUserCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2552
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2631 …}
      -icon: "fas fa-user"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Teacher"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CTeacherCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2554
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2658 …}
      -icon: "fas fa-graduation-cap"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Student"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CStudentCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
  ]
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
35 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2550
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2638 …}
  -icon: "fas fa-user"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\User"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?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 EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2552
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2631 …}
  -icon: "fas fa-user"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Teacher"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CTeacherCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
37 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2554
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2658 …}
  -icon: "fas fa-graduation-cap"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Student"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CStudentCrudController"
  -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 {#2556
  -type: "submenu"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2691 …}
  -icon: "fas fa-folder-tree"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2558
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2664 …}
      -icon: "fas fa-cloud"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Group"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGroupCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2560
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2657 …}
      -icon: "fas fa-cloud"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\SubGroup"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CSubGroupCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2562
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2684 …}
      -icon: "fas fa-cloud"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\Phase"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
  ]
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
39 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2558
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2664 …}
  -icon: "fas fa-cloud"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Group"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGroupCrudController"
  -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 {#2560
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2657 …}
  -icon: "fas fa-cloud"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\SubGroup"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CSubGroupCrudController"
  -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 {#2562
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2684 …}
  -icon: "fas fa-cloud"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Phase"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
42 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2564
  -type: "submenu"
  -selected: false
  -expanded: true
  -label: Symfony\Component\Translation\TranslatableMessage {#2773 …}
  -icon: "fas fa-bars"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: ""
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: [
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2566
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2690 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\ClassTime"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CClassTimeCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2568
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2683 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\PhaseElement"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseElementCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2570
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2710 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\PhaseItem"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseItemCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2572
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2717 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\PhaseIndex"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseIndexCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2574
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2724 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\ChoosedLesson"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CChoosedLessonCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2576
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2731 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\GroupDirection"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGroupDirectionCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2578
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2738 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\LessonMap"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLessonMapCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2580
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2745 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\LessonType"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLessonTypeCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2582
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2752 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\LevelClass"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLevelClassCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2584
      -type: "crud"
      -selected: true
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2759 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\PhaseGroup"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseGroupCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
    EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2586
      -type: "crud"
      -selected: false
      -expanded: false
      -label: Symfony\Component\Translation\TranslatableMessage {#2766 …}
      -icon: "fas fa-book"
      -cssClass: ""
      -permission: null
      -routeName: null
      -routeParameters: [
        "crudAction" => "index"
        "crudControllerFqcn" => null
        "entityFqcn" => "App\Entity\TypeClass"
        "entityId" => null
      ]
      -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CTypeClassCrudController"
      -linkRel: ""
      -linkTarget: "_self"
      -translationParameters: []
      -badge: null
      -subItems: []
      -htmlAttributes: []
    }
  ]
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
43 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2566
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2690 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ClassTime"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CClassTimeCrudController"
  -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 {#2568
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2683 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\PhaseElement"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseElementCrudController"
  -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 {#2570
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2710 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\PhaseItem"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseItemCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
46 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2572
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2717 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\PhaseIndex"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseIndexCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
47 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2574
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2724 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ChoosedLesson"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CChoosedLessonCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
48 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2576
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2731 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\GroupDirection"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CGroupDirectionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
49 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2578
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2738 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\LessonMap"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLessonMapCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
50 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2580
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2745 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\LessonType"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLessonTypeCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
51 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2582
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2752 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\LevelClass"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLevelClassCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
52 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2584
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2759 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\PhaseGroup"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CPhaseGroupCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
53 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2586
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2766 …}
  -icon: "fas fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\TypeClass"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CTypeClassCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
54 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2588
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2772 …}
  -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
55 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2590
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2779 …}
  -icon: "fas fa-file-excel"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ExcelFile"
    "entityId" => null
  ]
  -linkUrl: "https://edelar.tech/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CExcelFileCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
56 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
Show voter details