https://e-learning.staging.nellapp-01.drosalys.net/training/f48351d6-d502-11eb-a6d9-0242ac140002

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

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#1119
  -map: Symfony\Component\Security\Http\AccessMap {#885 …}
  -authenticationEntryPoint: null
  -logger: Symfony\Bridge\Monolog\Logger {#953 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#1129
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#678 …}
  -sessionKey: "_security_main"
  -logger: Symfony\Bridge\Monolog\Logger {#953 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#1122 …}
  -dispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#1094 …}
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#1064 …}
  -rememberMeServices: null
  -sessionTrackerEnabler: [
    Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#679 …}
    "enableUsageTracking"
  ]
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#979
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#1093 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#1019
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#679 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#1101 …}
  -map: Symfony\Component\Security\Http\AccessMap {#885 …}
  -authManager: null
  -exceptionOnNoToken: false
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#942
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#679 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "/logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#1056 …}
  -csrfTokenManager: null
  -eventDispatcher: Symfony\Component\EventDispatcher\EventDispatcher {#1094 …}
}
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
"App\Security\Voter\Channel\CanShareContentVoter"
5
"App\Security\Voter\PartnerApi\ChannelVoter"
6
"App\Security\Voter\PartnerApi\ScholarVoter"
7
"App\Security\Voter\Scholar\Front\LessonVoter"
8
"App\Security\Voter\Scholar\Front\ModuleVoter"
9
"App\Security\Voter\Scholar\Front\TrainingVoter"
10
"App\Security\Voter\Scholar\Manager\LockContentVoter"
11
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
12
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserDataVoter"
13
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserMenuVoter"
14
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter"
15
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionVoter"
16
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelPermissionVoter"
17
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableChannelResourcePermissionVoter"
18
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SharableUsersResourcePermissionVoter"
19
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
20
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UserOwnerVoter"
21
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\UsersResourceVoter"

Access decision log

# Result Attributes Object
1 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1562
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1608 …}
    -lockByStatus: 1
    -id: "d1fb51c2-d585-11eb-a6d9-0242ac140002"
    -lessons: Doctrine\ORM\PersistentCollection {#1568 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1592 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1597 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624605629 {#1555
      date: 2021-06-25 09:20:29.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458820 {#1560
      date: 2025-09-10 01:00:20.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#1756
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#1836 …}
    -lockByStatus: 1
    -id: "5e606076-d588-11eb-a6d9-0242ac140002"
    -chapters: Doctrine\ORM\PersistentCollection {#1772 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#1785 …}
    -exercises: Doctrine\ORM\PersistentCollection {#1782 …}
    -minimumTime: DateTime @21600 {#1753
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#1801 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#1806 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#1830 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1812 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624606723 {#1752
      date: 2021-06-25 09:38:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1750847724 {#1729
      date: 2025-06-25 12:35:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
2 GRANTED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1562
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1608 …}
    -lockByStatus: 1
    -id: "d1fb51c2-d585-11eb-a6d9-0242ac140002"
    -lessons: Doctrine\ORM\PersistentCollection {#1568 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1592 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1597 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624605629 {#1555
      date: 2021-06-25 09:20:29.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458820 {#1560
      date: 2025-09-10 01:00:20.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#1855
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#1883 …}
    -lockByStatus: 1
    -id: "95cfcbd4-169d-11ea-9c0f-0242c0a8b002"
    -chapters: Doctrine\ORM\PersistentCollection {#1856 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#1866 …}
    -exercises: Doctrine\ORM\PersistentCollection {#1863 …}
    -minimumTime: DateTime @21600 {#1831
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#1868 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#1870 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#1872 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1878 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1575467666 {#1824
      date: 2019-12-04 14:54:26.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458810 {#1850
      date: 2025-09-10 01:00:10.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1876 …}
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS GRANTED
Show voter details
3 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1562
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1608 …}
    -lockByStatus: 1
    -id: "d1fb51c2-d585-11eb-a6d9-0242ac140002"
    -lessons: Doctrine\ORM\PersistentCollection {#1568 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1592 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1597 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624605629 {#1555
      date: 2021-06-25 09:20:29.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458820 {#1560
      date: 2025-09-10 01:00:20.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#1904
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#1925 …}
    -lockByStatus: 1
    -id: "af36e5b1-d588-11eb-a6d9-0242ac140002"
    -chapters: Doctrine\ORM\PersistentCollection {#1905 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#1910 …}
    -exercises: Doctrine\ORM\PersistentCollection {#1907 …}
    -minimumTime: DateTime @21600 {#1896
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#1912 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#1914 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#1916 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1921 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624606859 {#1902
      date: 2021-06-25 09:40:59.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1750847724 {#1903
      date: 2025-06-25 12:35:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1562
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1608 …}
    -lockByStatus: 1
    -id: "d1fb51c2-d585-11eb-a6d9-0242ac140002"
    -lessons: Doctrine\ORM\PersistentCollection {#1568 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1592 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1597 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624605629 {#1555
      date: 2021-06-25 09:20:29.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458820 {#1560
      date: 2025-09-10 01:00:20.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#1944
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#1964 …}
    -lockByStatus: 1
    -id: "b53c6e22-d58a-11eb-a6d9-0242ac140002"
    -chapters: Doctrine\ORM\PersistentCollection {#1945 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#1950 …}
    -exercises: Doctrine\ORM\PersistentCollection {#1947 …}
    -minimumTime: DateTime @21600 {#1937
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#1952 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#1954 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#1956 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1961 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624607728 {#1942
      date: 2021-06-25 09:55:28.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1750847724 {#1943
      date: 2025-06-25 12:35:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2161
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2182 …}
    -lockByStatus: 1
    -id: "bf955bef-06c1-11ea-9c0f-0242c0a8b002"
    -chapters: Doctrine\ORM\PersistentCollection {#2162 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2167 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2164 …}
    -minimumTime: DateTime @21600 {#2158
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2169 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2171 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#2173 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2178 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723980 {#2159
      date: 2019-11-14 10:33:00.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1750847724 {#2160
      date: 2025-06-25 12:35:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2201
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2222 …}
    -lockByStatus: 1
    -id: "b290d6e9-9ab2-11f0-afde-d2b839584dc3"
    -chapters: Doctrine\ORM\PersistentCollection {#2202 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2207 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2204 …}
    -minimumTime: null
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2209 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2211 …}
    -lessonStats: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2218 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1758875273 {#2200
      date: 2025-09-26 10:27:53.0 Europe/Paris (+02:00)
    }
    -updatedAt: null
    #createdBy: Proxies\__CG__\App\Entity\Account\User {#2198 …}
    #updatedBy: null
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2245
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2266 …}
    -lockByStatus: 1
    -id: "ac5c214e-b06c-11ea-b7d2-0242ac1c0004"
    -chapters: Doctrine\ORM\PersistentCollection {#2246 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2251 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2248 …}
    -minimumTime: DateTime @21600 {#2242
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2253 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2255 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#2257 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2262 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1592379138 {#2243
      date: 2020-06-17 09:32:18.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1750847724 {#2244
      date: 2025-06-25 12:35:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2286
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2310 …}
    -lockByStatus: 1
    -id: "ea817145-9ab2-11f0-afde-d2b839584dc3"
    -chapters: Doctrine\ORM\PersistentCollection {#2287 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2292 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2289 …}
    -minimumTime: DateTime @21600 {#2279
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2294 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2296 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#2298 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2304 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1758875367 {#2284
      date: 2025-09-26 10:29:27.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1760344087 {#2285
      date: 2025-10-13 10:28:07.0 Europe/Paris (+02:00)
    }
    #createdBy: Proxies\__CG__\App\Entity\Account\User {#2198 …}
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#2302 …}
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2332
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2356 …}
    -lockByStatus: 1
    -id: "13e1f443-75b2-11ea-ac12-0242ac1c0003"
    -chapters: Doctrine\ORM\PersistentCollection {#2333 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2338 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2335 …}
    -minimumTime: DateTime @21600 {#2329
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2340 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2342 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#2344 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2350 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1585921828 {#2330
      date: 2020-04-03 15:50:28.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757408922 {#2331
      date: 2025-09-09 11:08:42.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#2348 …}
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2375
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2397 …}
    -lockByStatus: 1
    -id: "1fb0da4a-9ab3-11f0-afde-d2b839584dc3"
    -chapters: Doctrine\ORM\PersistentCollection {#2376 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2381 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2378 …}
    -minimumTime: DateTime @21600 {#2369
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2383 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2385 …}
    -lessonStats: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2392 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1758875456 {#2374
      date: 2025-09-26 10:30:56.0 Europe/Paris (+02:00)
    }
    -updatedAt: null
    #createdBy: Proxies\__CG__\App\Entity\Account\User {#2198 …}
    #updatedBy: null
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2418
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2440 …}
    -lockByStatus: 1
    -id: "8b4ca837-75b2-11ea-ac12-0242ac1c0003"
    -chapters: Doctrine\ORM\PersistentCollection {#2419 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2424 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2421 …}
    -minimumTime: DateTime @21600 {#2410
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2426 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2428 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#2430 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2436 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1585922028 {#2416
      date: 2020-04-03 15:53:48.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757408929 {#2417
      date: 2025-09-09 11:08:49.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#2348 …}
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2460
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2483 …}
    -lockByStatus: 1
    -id: "a6f3c715-75b2-11ea-ac12-0242ac1c0003"
    -chapters: Doctrine\ORM\PersistentCollection {#2461 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2466 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2463 …}
    -minimumTime: DateTime @21600 {#2453
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2468 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2470 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#2472 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2478 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1585922074 {#2458
      date: 2020-04-03 15:54:34.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757255640 {#2459
      date: 2025-09-07 16:34:00.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#2476 …}
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2503
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2527 …}
    -lockByStatus: 1
    -id: "7ab53d1f-75b3-11ea-ac12-0242ac1c0003"
    -chapters: Doctrine\ORM\PersistentCollection {#2504 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2509 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2506 …}
    -minimumTime: DateTime @21600 {#2496
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2511 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2513 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#2515 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2521 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1585922430 {#2501
      date: 2020-04-03 16:00:30.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458809 {#2502
      date: 2025-09-10 01:00:09.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#2519 …}
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2548
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2571 …}
    -lockByStatus: 1
    -id: "0266228a-75b3-11ea-ac12-0242ac1c0003"
    -chapters: Doctrine\ORM\PersistentCollection {#2549 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2554 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2551 …}
    -minimumTime: DateTime @21600 {#2540
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2556 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2558 …}
    -lessonStats: Proxies\__CG__\App\Entity\Scholar\Lesson\LessonStats {#2560 …}
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2566 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1585922228 {#2546
      date: 2020-04-03 15:57:08.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757334080 {#2547
      date: 2025-09-08 14:21:20.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#2519 …}
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2590
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2612 …}
    -lockByStatus: 1
    -id: "3db82e7a-9ab4-11f0-afde-d2b839584dc3"
    -chapters: Doctrine\ORM\PersistentCollection {#2591 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2596 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2593 …}
    -minimumTime: DateTime @21600 {#2584
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2598 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2600 …}
    -lessonStats: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2607 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1758875936 {#2589
      date: 2025-09-26 10:38:56.0 Europe/Paris (+02:00)
    }
    -updatedAt: null
    #createdBy: Proxies\__CG__\App\Entity\Account\User {#2198 …}
    #updatedBy: null
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2632
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2654 …}
    -lockByStatus: 1
    -id: "1e6fa847-a803-11f0-b3b5-4ec904c5ee47"
    -chapters: Doctrine\ORM\PersistentCollection {#2633 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2638 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2635 …}
    -minimumTime: DateTime @21600 {#2625
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2640 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2642 …}
    -lessonStats: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2649 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1760339179 {#2631
      date: 2025-10-13 09:06:19.0 Europe/Paris (+02:00)
    }
    -updatedAt: null
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2676
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2698 …}
    -lockByStatus: 1
    -id: "caaa0c3e-8819-11f0-94f4-720435f6d49d"
    -chapters: Doctrine\ORM\PersistentCollection {#2677 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2682 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2679 …}
    -minimumTime: DateTime @21600 {#2673
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2684 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2686 …}
    -lessonStats: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2693 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1756830480 {#2674
      date: 2025-09-02 18:28:00.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757372416 {#2675
      date: 2025-09-09 01:00:16.0 Europe/Paris (+02:00)
    }
    #createdBy: Proxies\__CG__\App\Entity\Account\User {#2198 …}
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#2198 …}
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "module" => App\Entity\Scholar\Module\SharedModule {#1621
    -lockBy: App\Entity\Scholar\Module\OriginModule {#1641 …}
    -lockByStatus: 1
    -id: "39a2681c-06c1-11ea-9c0f-0242c0a8b002"
    -lessons: Doctrine\ORM\PersistentCollection {#1622 …}
    -moduleProduct: null
    -trainings: Doctrine\ORM\PersistentCollection {#1632 …}
    -isBlocked: false
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1637 …}
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1573723755 {#1603
      date: 2019-11-14 10:29:15.0 Europe/Paris (+01:00)
    }
    -updatedAt: DateTime @1757458818 {#1601
      date: 2025-09-10 01:00:18.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: null
    #fromApi: false
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
  "lesson" => App\Entity\Scholar\Lesson\SharedLesson {#2719
    -lockBy: App\Entity\Scholar\Lesson\OriginLesson {#2741 …}
    -lockByStatus: 1
    -id: "0e146c98-881a-11f0-94f4-720435f6d49d"
    -chapters: Doctrine\ORM\PersistentCollection {#2720 …}
    -lessonProduct: null
    -modules: Doctrine\ORM\PersistentCollection {#2725 …}
    -exercises: Doctrine\ORM\PersistentCollection {#2722 …}
    -minimumTime: DateTime @21600 {#2711
      date: 1970-01-01 07:00:00.0 Europe/Paris (+01:00)
    }
    -lessonPrerequisites: Doctrine\ORM\PersistentCollection {#2727 …}
    -referralTrainer: Proxies\__CG__\App\Entity\Account\User {#1790 …}
    -practicalCases: Doctrine\ORM\PersistentCollection {#2729 …}
    -lessonStats: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#2736 …}
    -lessonReviewActivated: true
    -enableChatBot: true
    -supportScorm: true
    -chaptersOrdered: false
    -exercisesOrdered: false
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1756830593 {#2717
      date: 2025-09-02 18:29:53.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1756854015 {#2718
      date: 2025-09-03 01:00:15.0 Europe/Paris (+02:00)
    }
    #createdBy: Proxies\__CG__\App\Entity\Account\User {#2198 …}
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#2198 …}
    #fromApi: false
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS DENIED
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED FRONT_ACCESS
[
  "training" => App\Entity\Scholar\Training\SharedTraining {#1266
    -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
    -lockByStatus: 1
    -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
    -modules: Doctrine\ORM\PersistentCollection {#1279 …}
    -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
    -totalHourDescription: 30
    -videoDescription: "20"
    -diplomaDescription: "Formation"
    -trainingProduct: null
    -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
    -trainingType: "blended"
    -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
    -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
    -thematic: []
    -diploma: null
    -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
    -duplicateFrom: null
    -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
    -createdAt: DateTime @1624549423 {#1259
      date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
    }
    -updatedAt: DateTime @1757458944 {#1264
      date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
    }
    #createdBy: null
    #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
    #fromApi: false
    -name: "Intégration formateurs(trices)"
    -description: null
    -public: false
    -_links: null
    -status: "published"
    -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  }
]
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\LessonVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED CHANNEL_USER_PERM_TRAINING_SHOW
App\Entity\Scholar\Training\SharedTraining {#1266
  -lockBy: App\Entity\Scholar\Training\Training {#1378 …}
  -lockByStatus: 1
  -id: "f48351d6-d502-11eb-a6d9-0242ac140002"
  -modules: Doctrine\ORM\PersistentCollection {#1279 …}
  -image: Proxies\__CG__\App\Entity\Channel\Image {#1306 …}
  -totalHourDescription: 30
  -videoDescription: "20"
  -diplomaDescription: "Formation"
  -trainingProduct: null
  -trainingDescriptions: Doctrine\ORM\PersistentCollection {#1316 …}
  -trainingType: "blended"
  -abstractCursus: Doctrine\ORM\PersistentCollection {#1318 …}
  -sharedTrainings: Doctrine\ORM\PersistentCollection {#1322 …}
  -thematic: []
  -diploma: null
  -updateTracker: App\Entity\Scholar\ScholarUpdateTracker {#1364 …}
  -duplicateFrom: null
  -ownerChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
  -createdAt: DateTime @1624549423 {#1259
    date: 2021-06-24 17:43:43.0 Europe/Paris (+02:00)
  }
  -updatedAt: DateTime @1757458944 {#1264
    date: 2025-09-10 01:02:24.0 Europe/Paris (+02:00)
  }
  #createdBy: null
  #updatedBy: Proxies\__CG__\App\Entity\Account\User {#1386 …}
  #fromApi: false
  -name: "Intégration formateurs(trices)"
  -description: null
  -public: false
  -_links: null
  -status: "published"
  -targetChannel: Proxies\__CG__\App\Entity\Channel\Channel {#1427 …}
}
"App\Security\Voter\PartnerApi\ChannelVoter"
ACCESS ABSTAIN
"App\Security\Voter\PartnerApi\ScholarVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\ModuleVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\Front\TrainingVoter"
ACCESS ABSTAIN
"App\Security\Voter\Scholar\PracticalCaseUserVoter"
ACCESS ABSTAIN
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\ChannelUserPermissionResourceVoter"
ACCESS DENIED
"Nellapp\Bundle\SDKBundle\Permission\Security\Voter\SuperAdminVoter"
ACCESS ABSTAIN
Show voter details