Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d13f4b + 6b0c13c commit e68d1cfCopy full SHA for e68d1cf
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig
@@ -392,7 +392,7 @@
392
{% for voter_detail in decision.voter_details %}
393
<tr>
394
<td class="font-normal">{{ profiler_dump(voter_detail['class']) }}</td>
395
- {% if collector.voterStrategy == constant('Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManager::STRATEGY_UNANIMOUS') %}
+ {% if collector.voterStrategy == 'unanimous' %}
396
<td class="font-normal text-small">attribute {{ voter_detail['attributes'][0] }}</td>
397
{% endif %}
398
<td class="font-normal text-small">
0 commit comments