Skip to content

Commit 9dded7f

Browse files
committed
Merge remote-tracking branch 'origin/2.0' into 2.0
2 parents fed3281 + 121ffaf commit 9dded7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/profiler/data_collector.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ tag in your configuration. For example, assuming your template is in some
154154
data_collector.your_collector_name:
155155
class: Acme\DebugBundle\Collector\Class\Name
156156
tags:
157-
- { name: data_collector, template: "AcmeDebug:Collector:templatename", id: "your_collector_name" }
157+
- { name: data_collector, template: "AcmeDebugBundle:Collector:templatename", id: "your_collector_name" }
158158
159159
.. code-block:: xml
160160
161161
<service id="data_collector.your_collector_name" class="Acme\DebugBundle\Collector\Class\Name">
162-
<tag name="data_collector" template="AcmeDebug:Collector:templatename" id="your_collector_name" />
162+
<tag name="data_collector" template="AcmeDebugBundle:Collector:templatename" id="your_collector_name" />
163163
</service>
164164
165165
.. code-block:: php

0 commit comments

Comments
 (0)