8000
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 1e726d8 + 47c3ed3 commit ea88d80Copy full SHA for ea88d80
src/Symfony/Bundle/SecurityBundle/Resources/views/Collector/security.html.twig
@@ -407,7 +407,7 @@
407
{% for voter_detail in decision.voter_details %}
408
<tr>
409
<td class="font-normal">{{ profiler_dump(voter_detail['class']) }}</td>
410
- {% if collector.voterStrategy == constant('Symfony\\Component\\Security\\Core\\Authorization\\AccessDecisionManager::STRATEGY_UNANIMOUS') %}
+ {% if collector.voterStrategy == 'unanimous' %}
411
<td class="font-normal text-small">attribute {{ voter_detail['attributes'][0] }}</td>
412
{% endif %}
413
<td class="font-normal text-small">
0 commit comments