Skip to content

Commit

Permalink
Moved icon_emoji parameter to correct position for SlackHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek Clapham committed Oct 1, 2014
1 parent fb56a40 commit 82c25dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DependencyInjection/MonologExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,9 @@ private function buildHandler(ContainerBuilder $container, $name, array $handler
$handler['channel'],
$handler['bot_name'],
$handler['use_attachment'],
$handler['icon_emoji'],
$handler['level'],
$handler['bubble'],
$handler['icon_emoji'],
));
break;

Expand Down

0 comments on commit 82c25dd

Please sign in to comment.