File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
<service id =" neo4j.collector.debug_collector" class =" Neo4j\Neo4jBundle\Collector\Neo4jDataCollector" public =" false" >
8
8
<argument type =" service" id =" neo4j.client_logger" />
9
9
10
- <tag name =" data_collector" template =" Neo4jBundle:: webprofiler.html.twig" priority =" 200" id =" neo4j" />
10
+ <tag name =" data_collector" template =" @Neo4j/ webprofiler.html.twig" priority =" 200" id =" neo4j" />
11
11
</service >
12
12
13
13
<service id =" neo4j.collector.twig.result" class =" Neo4j\Neo4jBundle\Collector\Twig\Neo4jResultExtension" public =" false" >
Original file line number Diff line number Diff line change 25
25
</div >
26
26
27
27
{% endset %}
28
- {% include ' WebProfilerBundle: Profiler: toolbar_item.html.twig' with { ' link' : profiler_url , ' status' : collector .failedStatements |length ? ' red' : ' ' } %}
28
+ {% include ' @WebProfiler/ Profiler/ toolbar_item.html.twig' with { ' link' : profiler_url , ' status' : collector .failedStatements |length ? ' red' : ' ' } %}
29
29
{% endif %}
30
30
{% endblock %}
31
31
You can’t perform that action at this time.
0 commit comments