Skip to content

Commit

Permalink
Fix profiler template namespacing
Browse files Browse the repository at this point in the history
  • Loading branch information
stellalie committed Apr 4, 2017
1 parent 2c6b4ac commit 87e284d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Resources/config/redis.xml
Expand Up @@ -13,7 +13,7 @@
</service>

<service id="snc_redis.data_collector" class="%snc_redis.data_collector.class%" public="false">
<tag name="data_collector" template="SncRedisBundle:Collector:redis" id="redis" />
<tag name="data_collector" template="@SncRedis/Collector/redis.html.twig" id="redis" />
<argument type="service" id="snc_redis.logger" />
</service>
</services>
Expand Down
2 changes: 1 addition & 1 deletion Resources/views/Collector/redis.html.twig
@@ -1,4 +1,4 @@
{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% extends '@WebProfiler/Profiler/layout.html.twig' %}

{% block toolbar %}
{% set profiler_markup_version = profiler_markup_version|default(1) %}
Expand Down

0 comments on commit 87e284d

Please sign in to comment.