GET https://kbin.spritesserver.nl/u/@distractedcactus@beehaw.org/top/2023-07-12::2023-07-12

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 App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.76 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.05 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
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
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1528
  +user: Proxies\__CG__\App\Entity\User {#2382 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2461 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#1683
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2456 …}
  +votes: Doctrine\ORM\PersistentCollection {#2453 …}
  +reports: Doctrine\ORM\PersistentCollection {#2454 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
  +badges: Doctrine\ORM\PersistentCollection {#1618 …}
  +children: [
    App\Entity\EntryComment {#1672
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Several things are regularly in my “ponder and wonder” list, the most recent being:\n
        \n
        - Chaos theory\n
        - Higher dimensions (>4)\n
        - The actual scale of space versus our normal human scale\n
        - The idea of social/societal evolution (how can we be better together as a species)\n
        \n
        I can get lost for a while in any of these topics.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689131794 {#1614
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1548 …}
      +votes: Doctrine\ORM\PersistentCollection {#1550 …}
      +reports: Doctrine\ORM\PersistentCollection {#1525 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
      -id: 12613
      -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/642156"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689131794 {#1744
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +"title": 12613
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1676
    date: 2023-07-12 04:11:39.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1528
  +user: Proxies\__CG__\App\Entity\User {#2382 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2461 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#1683
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2456 …}
  +votes: Doctrine\ORM\PersistentCollection {#2453 …}
  +reports: Doctrine\ORM\PersistentCollection {#2454 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
  +badges: Doctrine\ORM\PersistentCollection {#1618 …}
  +children: [
    App\Entity\EntryComment {#1672
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Several things are regularly in my “ponder and wonder” list, the most recent being:\n
        \n
        - Chaos theory\n
        - Higher dimensions (>4)\n
        - The actual scale of space versus our normal human scale\n
        - The idea of social/societal evolution (how can we be better together as a species)\n
        \n
        I can get lost for a while in any of these topics.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689131794 {#1614
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1548 …}
      +votes: Doctrine\ORM\PersistentCollection {#1550 …}
      +reports: Doctrine\ORM\PersistentCollection {#1525 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
      -id: 12613
      -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/642156"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689131794 {#1744
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +"title": 12613
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1676
    date: 2023-07-12 04:11:39.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1528
  +user: Proxies\__CG__\App\Entity\User {#2382 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2461 …}
  +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
  +title: "What is a beautiful concept or idea that continues to blow your mind?"
  +url: null
  +body: """
    For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
    \n
    Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
    \n
    For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
    \n
    Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
    \n
    It kinda, sorta, maybe resembles… life.\n
    \n
    There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 128
  +favouriteCount: 335
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1689421292 {#1683
    date: 2023-07-15 13:41:32.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2456 …}
  +votes: Doctrine\ORM\PersistentCollection {#2453 …}
  +reports: Doctrine\ORM\PersistentCollection {#2454 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
  +badges: Doctrine\ORM\PersistentCollection {#1618 …}
  +children: [
    App\Entity\EntryComment {#1672
      +user: App\Entity\User {#260 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1528 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        Several things are regularly in my “ponder and wonder” list, the most recent being:\n
        \n
        - Chaos theory\n
        - Higher dimensions (>4)\n
        - The actual scale of space versus our normal human scale\n
        - The idea of social/societal evolution (how can we be better together as a species)\n
        \n
        I can get lost for a while in any of these topics.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 5
      +score: 0
      +lastActive: DateTime @1689131794 {#1614
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@aCosmicWave@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1566 …}
      +nested: Doctrine\ORM\PersistentCollection {#1548 …}
      +votes: Doctrine\ORM\PersistentCollection {#1550 …}
      +reports: Doctrine\ORM\PersistentCollection {#1525 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
      -id: 12613
      -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://beehaw.org/comment/642156"
      +editedAt: null
      +createdAt: DateTimeImmutable @1689131794 {#1744
        date: 2023-07-12 05:16:34.0 +02:00
      }
      +"title": 12613
    }
  ]
  -id: 1127
  -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
  -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1689214299
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/1030240"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689127899 {#1676
    date: 2023-07-12 04:11:39.0 +02:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1672
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1528
    +user: Proxies\__CG__\App\Entity\User {#2382 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2461 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#1683
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2456 …}
    +votes: Doctrine\ORM\PersistentCollection {#2453 …}
    +reports: Doctrine\ORM\PersistentCollection {#2454 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
    +badges: Doctrine\ORM\PersistentCollection {#1618 …}
    +children: [
      App\Entity\EntryComment {#1672}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1676
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Several things are regularly in my “ponder and wonder” list, the most recent being:\n
    \n
    - Chaos theory\n
    - Higher dimensions (>4)\n
    - The actual scale of space versus our normal human scale\n
    - The idea of social/societal evolution (how can we be better together as a species)\n
    \n
    I can get lost for a while in any of these topics.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689131794 {#1614
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1548 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1525 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
  -id: 12613
  -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/642156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689131794 {#1744
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +"title": 12613
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#1672
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1528
    +user: Proxies\__CG__\App\Entity\User {#2382 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2461 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#1683
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2456 …}
    +votes: Doctrine\ORM\PersistentCollection {#2453 …}
    +reports: Doctrine\ORM\PersistentCollection {#2454 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
    +badges: Doctrine\ORM\PersistentCollection {#1618 …}
    +children: [
      App\Entity\EntryComment {#1672}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1676
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Several things are regularly in my “ponder and wonder” list, the most recent being:\n
    \n
    - Chaos theory\n
    - Higher dimensions (>4)\n
    - The actual scale of space versus our normal human scale\n
    - The idea of social/societal evolution (how can we be better together as a species)\n
    \n
    I can get lost for a while in any of these topics.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689131794 {#1614
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1548 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1525 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
  -id: 12613
  -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/642156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689131794 {#1744
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +"title": 12613
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#1672
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1528
    +user: Proxies\__CG__\App\Entity\User {#2382 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2461 …}
    +slug: "What-is-a-beautiful-concept-or-idea-that-continues-to"
    +title: "What is a beautiful concept or idea that continues to blow your mind?"
    +url: null
    +body: """
      For me it is **Cellular Automata**, and more precisely the **Game of Life**.\n
      \n
      Imagine a giant Excel spreadsheet where the cells are randomly chosen to be either “alive” or “dead”. Each cell then follows a handful of simple rules.\n
      \n
      For example, if a cell is “alive” but has less than 2 “alive” neighbors it “dies” by under-population. If the cell is “alive” and has more than three “alive” neighbors it “dies” from over-population, etc.\n
      \n
      Then you sit back and just watch things play out. It turns out that these basic rules at the individual level lead to incredibly complex behaviors at the community level when you zoom out.\n
      \n
      It kinda, sorta, maybe resembles… life.\n
      \n
      There is colonization, reproduction, evolution, and sometimes even [space flight](https://www.youtube.com/watch?v=IK7nBOLYzdE)!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 128
    +favouriteCount: 335
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1689421292 {#1683
      date: 2023-07-15 13:41:32.0 +02:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2456 …}
    +votes: Doctrine\ORM\PersistentCollection {#2453 …}
    +reports: Doctrine\ORM\PersistentCollection {#2454 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1737 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1735 …}
    +badges: Doctrine\ORM\PersistentCollection {#1618 …}
    +children: [
      App\Entity\EntryComment {#1672}
    ]
    -id: 1127
    -titleTs: "'beauti':4 'blow':11 'concept':5 'continu':9 'idea':7 'mind':13"
    -bodyTs: "'/watch?v=ik7nbolyzde)!':131 '2':51 'aliv':28,46,52,64,70 'automata':6 'back':82 'basic':94 'behavior':104 'cell':21,32,44,62 'cellular':5 'chosen':24 'colon':121 'communiti':107 'complex':103 'dead':30 'die':55,73 'either':27 'etc':78 'even':126 'evolut':123 'exampl':41 'excel':17 'flight':128 'follow':34 'game':11 'giant':16 'hand':36 'imagin':14 'incred':102 'individu':98 'kinda':114 'lead':100 'less':49 'level':99,108 'life':13,118 'mayb':116 'neighbor':53,71 'over-popul':75 'play':87 'popul':59,77 'precis':9 'random':23 'reproduct':122 'resembl':117 'rule':39,95 'simpl':38 'sit':81 'sometim':125 'sorta':115 'space':127 'spreadsheet':18 'thing':86 'three':69 'turn':90 'under-popul':57 'watch':85 'www.youtube.com':130 'www.youtube.com/watch?v=ik7nbolyzde)!':129 'zoom':111"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1689214299
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/1030240"
    +editedAt: null
    +createdAt: DateTimeImmutable @1689127899 {#1676
      date: 2023-07-12 04:11:39.0 +02:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1563 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    Several things are regularly in my “ponder and wonder” list, the most recent being:\n
    \n
    - Chaos theory\n
    - Higher dimensions (>4)\n
    - The actual scale of space versus our normal human scale\n
    - The idea of social/societal evolution (how can we be better together as a species)\n
    \n
    I can get lost for a while in any of these topics.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1689131794 {#1614
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@aCosmicWave@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1566 …}
  +nested: Doctrine\ORM\PersistentCollection {#1548 …}
  +votes: Doctrine\ORM\PersistentCollection {#1550 …}
  +reports: Doctrine\ORM\PersistentCollection {#1525 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1558 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1577 …}
  -id: 12613
  -bodyTs: "'4':19 'actual':21 'better':39 'chao':15 'dimens':18 'evolut':34 'get':46 'higher':17 'human':28 'idea':31 'list':10 'lost':47 'normal':27 'ponder':7 'recent':13 'regular':4 'scale':22,29 'sever':1 'social/societal':33 'space':24 'speci':43 'theori':16 'thing':2 'togeth':40 'topic':55 'versus':25 'wonder':9"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://beehaw.org/comment/642156"
  +editedAt: null
  +createdAt: DateTimeImmutable @1689131794 {#1744
    date: 2023-07-12 05:16:34.0 +02:00
  }
  +"title": 12613
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details