Skip to content

Commit 4c7e7c6

Browse files
TNAJanssenxavismeh
authored andcommitted
Updating the twig path for symfony flex (#38)
* Updating for symfony flex * Update for symfony 3.4 and flex
1 parent 6cb6613 commit 4c7e7c6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Resources/config/data-collector.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<service id="neo4j.collector.debug_collector" class="Neo4j\Neo4jBundle\Collector\Neo4jDataCollector" public="false">
88
<argument type="service" id="neo4j.client_logger"/>
99

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"/>
1111
</service>
1212

1313
<service id="neo4j.collector.twig.result" class="Neo4j\Neo4jBundle\Collector\Twig\Neo4jResultExtension" public="false">

Resources/views/webprofiler.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</div>
2626

2727
{% 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' : '' } %}
2929
{% endif %}
3030
{% endblock %}
3131

0 commit comments

Comments
 (0)