Skip to content

Commit a74ff2e

Browse files
authored
Merge pull request #207 from Lctrs/fix/twig-notation
Fixes the notation for Twig template names in the data collector
2 parents 59bbc53 + 2286dc2 commit a74ff2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue-bundle/Resources/config/client.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ services:
136136
tags:
137137
-
138138
name: 'data_collector'
139-
template: 'EnqueueBundle:Profiler:panel.html.twig'
139+
template: '@Enqueue/Profiler/panel.html.twig'
140140
id: 'enqueue.message_queue'
141141

142142
enqueue.flush_spool_producer_listener:

0 commit comments

Comments
 (0)