From 9f2b664a9d59343d97da2ea63e333fa1bd9bee2a Mon Sep 17 00:00:00 2001 From: David Geistert Date: Tue, 22 Dec 2015 19:17:44 +0100 Subject: [PATCH] Improve Documentation Add a small notice to the slack configuration that the channel name have to contain the '#'. --- DependencyInjection/Configuration.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index 7c6123ac..1269c3b9 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -184,7 +184,7 @@ * * - slack: * - token: slack api token - * - channel: channel name + * - channel: channel name (with starting #) * - [bot_name]: defaults to Monolog * - [icon_emoji]: defaults to null * - [use_attachment]: bool, defaults to true