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 c0eeb42 + ea88d80 commit 6b0c13cCopy full SHA for 6b0c13c
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