diff --git a/src/Resources/config/data-collector.yml b/src/Resources/config/data-collector.yml index 3c02faa..58dac47 100644 --- a/src/Resources/config/data-collector.yml +++ b/src/Resources/config/data-collector.yml @@ -2,7 +2,7 @@ services: cache.data_collector: class: Cache\CacheBundle\DataCollector\CacheDataCollector tags: - - { name: data_collector, template: 'CacheBundle:Collector:cache.html.twig', id: 'php-cache' } + - { name: data_collector, template: '@Cache/Collector/cache.html.twig', id: 'php-cache' } cache.proxy_factory: class: Cache\CacheBundle\DataCollector\ProxyFactory diff --git a/src/Resources/views/Collector/cache.html.twig b/src/Resources/views/Collector/cache.html.twig index fbe8e83..9c55c0e 100644 --- a/src/Resources/views/Collector/cache.html.twig +++ b/src/Resources/views/Collector/cache.html.twig @@ -38,7 +38,7 @@ {{ collector.totals.writes }} {% endset %} - {% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %} + {% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url } %} {% endif %} {% endblock %}