Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Resources/config/collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ services:
rs_queue.data_collector:
class: RSQueueBundle\Collector\RSQueueCollector
tags:
- { name: data_collector, template: "RSQueueBundle:Collector:rsqueue", id: "rsqueue_collector" }
- { name: data_collector, template: "@RSQueue/Collector/rsqueue.html.twig", id: "rsqueue_collector" }
- { name: kernel.event_listener, event: rsqueue.producer, method: onProducerAction }
- { name: kernel.event_listener, event: rsqueue.publisher, method: onPublisherAction }
- { name: kernel.event_listener, event: rsqueue.publisher, method: onPublisherAction }
4 changes: 2 additions & 2 deletions Resources/views/Collector/rsqueue.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% extends 'WebProfilerBundle:Profiler:layout.html.twig' %}
{% extends '@WebProfiler/Profiler/layout.html.twig' %}

{% block toolbar %}
{# the web debug toolbar content #}
Expand All @@ -16,7 +16,7 @@
<span>{{ collector.publisher|length }}</span>
</div>
{% endset %}
{% include 'WebProfilerBundle:Profiler:toolbar_item.html.twig' with { 'link': profiler_url } %}
{% include '@WebProfiler/Profiler/toolbar_item.html.twig' with { 'link': profiler_url } %}
{% endblock %}

{% block menu %}
Expand Down