Skip to content

Commit 82c25dd

Browse files
author
Derek Clapham
committed
Moved icon_emoji parameter to correct position for SlackHandler
1 parent fb56a40 commit 82c25dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/MonologExtension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ private function buildHandler(ContainerBuilder $container, $name, array $handler
448448
$handler['channel'],
449449
$handler['bot_name'],
450450
$handler['use_attachment'],
451+
$handler['icon_emoji'],
451452
$handler['level'],
452453
$handler['bubble'],
453-
$handler['icon_emoji'],
454454
));
455455
break;
456456

0 commit comments

Comments
 (0)