From c9f9097fb77c0233bd4bfd77b43d77037a358b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Reuille?= Date: Mon, 7 Sep 2015 14:28:41 +0200 Subject: [PATCH 1/2] Copy/paste is evil --- src/Resources/config/datacollector.yml | 2 +- src/Resources/views/Collector/guzzlehttp.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Resources/config/datacollector.yml b/src/Resources/config/datacollector.yml index 2cb0c2f..8bce3f7 100644 --- a/src/Resources/config/datacollector.yml +++ b/src/Resources/config/datacollector.yml @@ -1,5 +1,5 @@ services: - m6web.data_collector.cassandra: + m6web.data_collector.guzzlehttp: class: M6Web\Bundle\GuzzleHttpBundle\DataCollector\GuzzleHttpDataCollector tags: - { name: data_collector, template: 'M6WebGuzzleHttpBundle:Collector:guzzlehttp', id: 'guzzlehttp' } diff --git a/src/Resources/views/Collector/guzzlehttp.html.twig b/src/Resources/views/Collector/guzzlehttp.html.twig index 499d04f..3bbf13c 100644 --- a/src/Resources/views/Collector/guzzlehttp.html.twig +++ b/src/Resources/views/Collector/guzzlehttp.html.twig @@ -2,7 +2,7 @@ {% block toolbar %} {% set icon %} - Cassandra + Guzzle {{ collector.commands | length }} {% endset %} {% set text %} From 0f208c74055c5b6a95c0ab6d74764afd9b1c4f43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Reuille?= Date: Mon, 7 Sep 2015 16:30:30 +0200 Subject: [PATCH 2/2] Deleting useless note in readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 23cc51d..556f8e8 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ The GuzzleHttpBundle provide a guzzle client as symfony service. ## Installation -**NOTE :** Work in progress - Require the bundle in your composer.json file : ```json