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.
1 parent 6ae1e80 commit 2eb69afCopy full SHA for 2eb69af
Resources/config/collectors.xml
@@ -10,7 +10,7 @@
10
11
<services>
12
<service id="data_collector.security" class="%data_collector.security.class%" public="false">
13
- <tag name="data_collector" template="@Security/Collector/security.html.twig" id="security" />
+ <tag name="data_collector" template="@Security/Collector/security.html.twig" id="security" priority="270" />
14
<argument type="service" id="security.token_storage" on-invalid="ignore" />
15
<argument type="service" id="security.role_hierarchy" />
16
<argument type="service" id="security.logout_url_generator" />
0 commit comments