Skip to content

Commit

Permalink
SF4 fix path to profiler template
Browse files Browse the repository at this point in the history
  • Loading branch information
floriansemm authored Apr 27, 2018
1 parent dac64cb commit 14626ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<service id="solr.data_collector" class="FS\SolrBundle\DataCollector\RequestCollector" public="false">
<argument type="service" id="solr.client.logger.debug" />

<tag name="data_collector" template="FSSolrBundle:Profiler:solr" id="solr" />
<tag name="data_collector" template="@FSSolr/Profiler/solr.html.twig" id="solr" />
</service>

<service id="solr.debug.client_debugger" class="FS\SolrBundle\Client\Solarium\Plugin\RequestDebugger">
Expand Down

0 comments on commit 14626ff

Please sign in to comment.