Security

Token

There is no security token.

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 security.user_checker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "form_login"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#540
  -map: Symfony\Component\Security\Http\AccessMap {#543 …}
  -logger: Monolog\Logger {#516 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#545
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#342 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#516 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#546 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#511 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#493 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#548 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#552
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#550 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#554
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#351 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#358 …}
  -map: Symfony\Component\Security\Http\AccessMap {#543 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#494
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#351 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "admin_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#522 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#511 …}
}
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\RoleVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"App\Security\Voter\ProjectVoter"
5
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"

Access decision log

# Result Attributes Object
1 GRANTED EA_ACCESS_ENTITY
EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#840
  -isAccessible: true
  -fqcn: "App\Entity\Project"
  -metadata: Doctrine\ORM\Mapping\ClassMetadata {#761 …}
  -instance: App\Entity\Project {#851 …}
  -primaryKeyName: "id"
  -primaryKeyValue: 118
  -permission: null
  -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
  -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1418 …}
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
2 GRANTED EA_EXECUTE_ACTION
[
  "action" => "edit"
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#840
    -isAccessible: true
    -fqcn: "App\Entity\Project"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#761 …}
    -instance: App\Entity\Project {#851 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 118
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1418 …}
  }
  "entityFqcn" => "App\Entity\Project"
]
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
3 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1374
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "name"
  -value: "Joe test 5"
  -formattedValue: "Joe test 5"
  -formatValueCallable: null
  -label: "Project Name"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1377 …}
  -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 {#1376 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1378 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1521 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1375 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1380 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
4 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1381
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\UrlField"
  -propertyName: "url"
  -value: "https://drinkwillies.com"
  -formattedValue: "drinkwillies.com"
  -formatValueCallable: null
  -label: "Website Homepage Url <br /> (incl. https://)"
  -formType: "Symfony\Component\Form\Extension\Core\Type\UrlType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1384 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-url"
  -columns: null
  -defaultColumns: "col-md-10 col-xxl-8"
  -translationParameters: []
  -templateName: "crud/field/url"
  -templatePath: "@EasyAdmin/crud/field/url.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1383 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1385 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1554 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1382 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1387 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
5 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1388
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "websiteFramework"
  -value: "shopify"
  -formattedValue: "shopify"
  -formatValueCallable: null
  -label: "Website Framework"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1391 …}
  -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 {#1390 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1392 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1553 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1389 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1394 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
6 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1395
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\UrlField"
  -propertyName: "externalLabReportsUrl"
  -value: "https://drinkwillies.com/pages/certificates-of-analysis"
  -formattedValue: "drinkwillies.com/pages/certificates-of-analysis"
  -formatValueCallable: null
  -label: "External Lab Report Url <br /> (if any)"
  -formType: "Symfony\Component\Form\Extension\Core\Type\UrlType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1398 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-url"
  -columns: null
  -defaultColumns: "col-md-10 col-xxl-8"
  -translationParameters: []
  -templateName: "crud/field/url"
  -templatePath: "@EasyAdmin/crud/field/url.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1397 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1399 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1556 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1396 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1401 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
7 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1402
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\HiddenField"
  -propertyName: "prompt"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Prompt"
  -formType: "Symfony\Component\Form\Extension\Core\Type\HiddenType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1405 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-hidden"
  -columns: null
  -defaultColumns: ""
  -translationParameters: []
  -templateName: "crud/field/hidden"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1404 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1406 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1393 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1403 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1408 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
8 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1409
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextField"
  -propertyName: "productMatchingUrl"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Product Matching Url"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1412 …}
  -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/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1411 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1413 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1566 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1410 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1415 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
9 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1444
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextareaField"
  -propertyName: "chatJsonEncoded"
  -value: "[{"id":1051,"sample_matrix":"","sample_name":"","matching_name":"2.6.2025","name":"2.6.2025","url":"http:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/Willies_Remedy_COAS_1.png?v=1741722193","category":"5mg - 750mL Bottle"},{"id":1052,"sample_matrix":"Beverage","sample_name":"Willies Remedy Tropical Citrus","matching_name":"4.4.2025 Willies Remedy Tropical Citrus Beverage","name":"4.4.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WR5mg750ml_4.4.2025.png?v=1744816158","category":"Bottles - 5mg - 750mL Bottle"},{"id":1053,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY TROPICAL CITRUS","matching_name":"4.25.2025 WILLIE'S REMEDY TROPICAL CITRUS Beverage","name":"4.25.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5mg750ml4.25.png?v=1747524311","category":"Bottles - 5mg - 750mL Bottle"},{"id":1054,"sample_matrix":"Beverage","sample_name":"Willies Remedy Tropical Citrus","matching_name":"5.5.2025 Willies Remedy Tropical Citrus Beverage","name":"5.5.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5mg750ml5.5.png?v=1747524312","category":"Bottles - 5mg - 750mL Bottle"},{"id":1055,"sample_matrix":"beverage","sample_name":"Willie's Remedy Tropical Citrus","matching_name":"5.5.2025 (2) Willie's Remedy Tropical Citrus beverage","name":"5.5.2025 (2)","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5mg750ml5.5.2.png?v=1747524311","category":"Bottles - 5mg - 750mL Bottle"},{"id":1056,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus","matching_name":"5.14.2025 Willie's Remedy Tropical Citrus Beverage","name":"5.14.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/5.14_750ml_5mg_BTL250805_-_COA.pdf?v=1750191303","category":"Bottles - 5mg - 750mL Bottle"},{"id":1057,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus","matching_name":"6.4.2025 Willie's Remedy Tropical Citrus Beverage","name":"6.4.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250306_-_COA.pdf?v=1750269369","category":"Bottles - 5mg - 750mL Bottle"},{"id":1058,"sample_matrix":"Willie's Remedy + THC Infused 750mL","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.4.2025 (2) Willie's Remedy + THC Infused 750mL Willie's Remedy + THC Infused 750mL","name":"6.4.2025 (2)","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250406_-_COA.pdf?v=1750270753","category":"Bottles - 5mg - 750mL Bottle"},{"id":1059,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA","matching_name":"6.6.2025 WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA Beverage","name":"6.6.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250606_-_COA.pdf?v=1750270623","category":"Bottles - 5mg - 750mL Bottle"},{"id":1060,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY CHERRY LIMEADE","matching_name":"6.9.2025 WILLIE'S REMEDY CHERRY LIMEADE Beverage","name":"6.9.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250906_-_COA.pdf?v=1750270557","category":"Bottles - 5mg - 750mL Bottle"},{"id":1061,"sample_matrix":"cannabis product","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.10.2025 Willie's Remedy + THC Infused 750mL cannabis product","name":"6.10.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL250506_-_COA.pdf?v=1750270361","category":"Bottles - 5mg - 750mL Bottle"},{"id":1062,"sample_matrix":"cannabis","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.10.2025 (2) Willie's Remedy + THC Infused 750mL cannabis","name":"6.10.2025 (2)","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL251006_-_COA.pdf?v=1750270479","category":"Bottles - 5mg - 750mL Bottle"},{"id":1063,"sample_matrix":"cannabis","sample_name":"Willie's Remedy + THC Infused 750mL","matching_name":"6.11.2025 Willie's Remedy + THC Infused 750mL cannabis","name":"6.11.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL251106_-_COA.pdf?v=1750269298","category":"Bottles - 5mg - 750mL Bottle"},{"id":1064,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Passionfruit Orange Guava Seltzer","matching_name":"6.12.2025 Willie's Remedy Passionfruit Orange Guava Seltzer Beverage","name":"6.12.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL251206_-_COA.pdf?v=1750269226","category":"Bottles - 5mg - 750mL Bottle"},{"id":1065,"sample_matrix":"Beverage","sample_name":"Willies Remedy Black Cherry Lime","matching_name":"4.17.2025 Willies Remedy Black Cherry Lime Beverage","name":"4.17.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WR__10mg_COA_4.17.pdf?v=1745273923","category":"Bottles - 10mg - 750mL Bottle"},{"id":1066,"sample_matrix":"Beverage","sample_name":"Willie's Remedy tropical citrus","matching_name":"5.15.2025 Willie's Remedy tropical citrus Beverage","name":"5.15.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTH251405_-_COA.pdf?v=1750270967","category":"Bottles - 10mg - 750mL Bottle"},{"id":1067,"sample_matrix":"Beverage","sample_name":"Willie's Remedy passion orange guava","matching_name":"4.18.2025 Willie's Remedy passion orange guava Beverage","name":"4.18.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL251704_-_COA.pdf?v=1750269471","category":"Seltzers - 5mg - 12oz Passion Orange Guava"},{"id":1068,"sample_matrix":"Beverage","sample_name":"Willies Remedy Black Cherry Lime","matching_name":"4.17.2025 Willies Remedy Black Cherry Lime Beverage","name":"4.17.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WCL251504_-_COA.pdf?v=1747523494","category":"Seltzers - 5mg - 12oz Black Cherry Lime"},{"id":1069,"sample_matrix":"","sample_name":"","matching_name":"4.25.2025","name":"4.25.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL252204_-_COA.pdf?v=1747523494","category":"Seltzers - 5mg - 12oz Strawberry Watermelon"},{"id":1070,"sample_matrix":"Beverage","sample_name":"Willie's Remedy black cherry lime","matching_name":"4.28.2025 Willie's Remedy black cherry lime Beverage","name":"4.28.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/WCL252504_-_COA.pdf?v=1747523494","category":"Seltzers - 5mg - 12oz Black Cherry Lime"},{"id":1071,"sample_matrix":"Beverage","sample_name":"Willies Remedy Passionfruit Orange Guava Seltzer","matching_name":"5.5.2025 Willies Remedy Passionfruit Orange Guava Seltzer Beverage","name":"5.5.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL253004_-_COA.pdf?v=1747523494","category":"Seltzers - 5mg - 12oz Passion Orange Guava"},{"id":1072,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY CHERRY LIMEADE","matching_name":"5.21.2025 WILLIE'S REMEDY CHERRY LIMEADE Beverage","name":"5.21.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CCL251505_-_COA.pdf?v=1750270901","category":"Seltzers - 5mg - 12oz Black Cherry Lime"},{"id":1073,"sample_matrix":"","sample_name":"","matching_name":"6.2.2025","name":"6.2.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL252105_-_COA.pdf?v=1750269560","category":"Seltzers - 5mg - 12oz Strawberry Watermelon"},{"id":1074,"sample_matrix":"beverage","sample_name":"Willie's Remedy + THC Infused Seltzer POG 12oz","matching_name":"6.5.2025 Willie's Remedy + THC Infused Seltzer POG 12oz beverage","name":"6.5.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL250506_-_COA.pdf?v=1750270695","category":"Seltzers - 5mg - 12oz Passion Orange Guava"},{"id":1075,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA","matching_name":"6.6.2025 WILLIE'S REMEDY PASSIONFRUIT ORANGE GUAVA Beverage","name":"6.6.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL250506_-_COA_M.pdf?v=1750269141","category":"Seltzers - 5mg - 12oz Passion Orange Guava"},{"id":1076,"sample_matrix":"Beverage","sample_name":"WILLIE'S REMEDY CHERRY LIMEADE","matching_name":"6.9.2025 WILLIE'S REMEDY CHERRY LIMEADE Beverage","name":"6.9.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CCL250606_-_COA.pdf?v=1750268875","category":"Seltzers - 5mg - 12oz Black Cherry Lime"},{"id":1077,"sample_matrix":"","sample_name":"","matching_name":"6.12.2025","name":"6.12.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL251006_-_COA.pdf?v=1750268957","category":"Seltzers - 5mg - 12oz Strawberry Watermelon"},{"id":1078,"sample_matrix":"","sample_name":"","matching_name":"6.12.2025","name":"6.12.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CPL251006_-_COA.pdf?v=1750269046","category":"Seltzers - 5mg - 12oz Passion Orange Guava"},{"id":1079,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Tropical Citrus","matching_name":"5.29.2025 Willie's Remedy Tropical Citrus Beverage","name":"5.29.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTL252705_-_COA.pdf?v=1753209139","category":"Bottles - 5mg - 750mL Bottle"},{"id":1080,"sample_matrix":"Beverage","sample_name":"Willie's Remedy Strawberry Selter","matching_name":"6.18.2025 Willie's Remedy Strawberry Selter Beverage","name":"6.18.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/BTH251406_-_COA.pdf?v=1753209017","category":"Bottles - 10mg - 750mL Bottle"},{"id":1081,"sample_matrix":"","sample_name":"","matching_name":"6.19.2025","name":"6.19.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CCL251806_-_COA.pdf?v=1753209401","category":"Seltzers - 5mg - 12oz Black Cherry Lime"},{"id":1082,"sample_matrix":"","sample_name":"","matching_name":"6.18.2025","name":"6.18.2025","url":"https:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/CWL251406_-_COA.pdf?v=1753209525","category":"Seltzers - 5mg - 12oz Strawberry Watermelon"},{"id":1092,"sample_matrix":"topical\/cosmetic","sample_name":"Written Remedy Topical: Citrus","matching_name":"2.6.2025 Written Remedy Topical: Citrus topical\/cosmetic","name":"2.6.2025","url":"http:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/Willies_Remedy_COAS_1.png?v=1741722193","category":"Bottles - 5mg - 750mL Bottle"},{"id":1094,"sample_matrix":"","sample_name":"","matching_name":"2.6.2025","name":"2.6.2025","url":"http:\/\/cdn.shopify.com\/s\/files\/1\/0857\/8478\/9239\/files\/Willies_Remedy_COAS_1.png?v=1741722193","category":"Bottles - 5mg - 750mL Bottle"}]"
  -formattedValue: "[{"id":1051,"sample_matrix":"","sample_name":"","matching_name"…"
  -formatValueCallable: null
  -label: "Chat Json"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextareaType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1447 …}
  -sortable: false
  -virtual: true
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-textarea"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/textarea"
  -templatePath: "@EasyAdmin/crud/field/textarea.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1446 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1448 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1575 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1445 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1450 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
10 GRANTED EA_VIEW_FIELD
EasyCorp\Bundle\EasyAdminBundle\Dto\FieldDto {#1473
  -fieldFqcn: "EasyCorp\Bundle\EasyAdminBundle\Field\TextareaField"
  -propertyName: "productExcludePaths"
  -value: null
  -formattedValue: null
  -formatValueCallable: null
  -label: "Product Exclude Paths <br /> (depending on websites), Example: /product/shop/,/product/category/"
  -formType: "Symfony\Component\Form\Extension\Core\Type\TextareaType"
  -formTypeOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1477 …}
  -sortable: true
  -virtual: false
  -permission: null
  -textAlign: null
  -help: null
  -cssClass: "field-textarea"
  -columns: null
  -defaultColumns: "col-md-9 col-xxl-7"
  -translationParameters: []
  -templateName: "crud/field/textarea"
  -templatePath: "@EasyAdmin/label/null.html.twig"
  -formThemePaths: []
  -assets: EasyCorp\Bundle\EasyAdminBundle\Dto\AssetsDto {#1476 …}
  -customOptions: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1478 …}
  -doctrineMetadata: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1593 …}
  -uniqueId: Symfony\Component\Uid\Ulid {#1475 …}
  -displayedOn: EasyCorp\Bundle\EasyAdminBundle\Config\KeyValueStore {#1480 …}
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
11 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#677
    -type: "entity"
    -name: "saveAndContinue"
    -label: Symfony\Component\Translation\TranslatableMessage {#696 …}
    -icon: "far fa-edit"
    -cssClass: "action-saveAndContinue btn btn-secondary action-save"
    -addedCssClass: " btn btn-secondary action-save"
    -htmlElement: "button"
    -htmlAttributes: [
      "type" => "submit"
      "name" => "ea[newForm][btn]"
      "value" => "saveAndContinue"
      "data-action-name" => "saveAndContinue"
      "form" => "edit-Project-form"
    ]
    -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CProjectCrudController&entityId=118"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#840
    -isAccessible: true
    -fqcn: "App\Entity\Project"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#761 …}
    -instance: App\Entity\Project {#851 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 118
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1418 …}
  }
]
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
12 GRANTED EA_EXECUTE_ACTION
[
  "action" => EasyCorp\Bundle\EasyAdminBundle\Dto\ActionDto {#675
    -type: "entity"
    -name: "saveAndReturn"
    -label: Symfony\Component\Translation\TranslatableMessage {#1359 …}
    -icon: null
    -cssClass: "action-saveAndReturn btn btn-primary action-save"
    -addedCssClass: " btn btn-primary action-save"
    -htmlElement: "button"
    -htmlAttributes: [
      "type" => "submit"
      "name" => "ea[newForm][btn]"
      "value" => "saveAndReturn"
      "data-action-name" => "saveAndReturn"
      "form" => "edit-Project-form"
    ]
    -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=edit&crudControllerFqcn=App%5CController%5CAdmin%5CProjectCrudController&entityId=118"
    -templatePath: "@EasyAdmin/crud/action.html.twig"
    -crudActionName: "edit"
    -routeName: null
    -routeParameters: []
    -url: null
    -translationParameters: []
    -displayCallable: null
  }
  "entity" => EasyCorp\Bundle\EasyAdminBundle\Dto\EntityDto {#840
    -isAccessible: true
    -fqcn: "App\Entity\Project"
    -metadata: Doctrine\ORM\Mapping\ClassMetadata {#761 …}
    -instance: App\Entity\Project {#851 …}
    -primaryKeyName: "id"
    -primaryKeyValue: 118
    -permission: null
    -fields: EasyCorp\Bundle\EasyAdminBundle\Collection\FieldCollection {#1355 …}
    -actions: EasyCorp\Bundle\EasyAdminBundle\Collection\ActionCollection {#1418 …}
  }
]
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
13 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
Show voter details
14 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2020
  -type: "dashboard"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2055 …}
  -icon: "fa fa-home"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "https://cbdextract.nw.agency/admin"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
15 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2022
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2058 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
16 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2024
  -type: "crud"
  -selected: true
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2061 …}
  -icon: "fa-solid fa-cannabis"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Project"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProjectCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
17 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2026
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2072 …}
  -icon: "fa-solid fa-cannabis"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Product"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProductCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
18 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2028
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2057 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
19 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2030
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2092 …}
  -icon: "fa fa-file"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\LabReport"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLabReportCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
20 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2032
  -type: "route"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2103 …}
  -icon: "fa fa-file"
  -cssClass: ""
  -permission: null
  -routeName: "admin_upload_extract"
  -routeParameters: []
  -linkUrl: "https://cbdextract.nw.agency/admin?routeName=admin_upload_extract"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
21 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2034
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2113 …}
  -icon: "fa fa-file"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\LabReportFail"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CLabReportFailCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
22 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2036
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2122 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
23 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2038
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2133 …}
  -icon: "fa-solid fa-globe"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ProductUrl"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CProductUrlCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
24 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2040
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2144 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
25 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2042
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2145 …}
  -icon: "fa fa-book"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\ExtractorDictionary"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CExtractorDictionaryCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
26 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2044
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2164 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
27 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2046
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2165 …}
  -icon: "fa-solid fa-list"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\AILog"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CAILogCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
28 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2048
  -type: "section"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2184 …}
  -icon: "fa-solid fa-message"
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: null
  -linkUrl: "#"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
29 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2050
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2185 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\Queue"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CQueueCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
30 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2052
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2204 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\QueueSimulator"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CQueueSimulatorCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
31 GRANTED EA_VIEW_MENU_ITEM
EasyCorp\Bundle\EasyAdminBundle\Dto\MenuItemDto {#2054
  -type: "crud"
  -selected: false
  -expanded: false
  -label: Symfony\Component\Translation\TranslatableMessage {#2123 …}
  -icon: null
  -cssClass: ""
  -permission: null
  -routeName: null
  -routeParameters: [
    "crudAction" => "index"
    "crudControllerFqcn" => null
    "entityFqcn" => "App\Entity\QueueException"
    "entityId" => null
  ]
  -linkUrl: "https://cbdextract.nw.agency/admin?crudAction=index&crudControllerFqcn=App%5CController%5CAdmin%5CQueueExceptionCrudController"
  -linkRel: ""
  -linkTarget: "_self"
  -translationParameters: []
  -badge: null
  -subItems: []
  -htmlAttributes: []
}
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
"EasyCorp\Bundle\EasyAdminBundle\Security\SecurityVoter"
ACCESS GRANTED
Show voter details
32 DENIED IS_IMPERSONATOR
null
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
ACCESS DENIED
"App\Security\Voter\ProjectVoter"
ACCESS ABSTAIN
Show voter details