Skip to content

Commit

Permalink
allows custom formatters for slack driver (#26377)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpsarrou authored and taylorotwell committed Nov 5, 2018
1 parent cfee902 commit 76aaaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Log/LogManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ protected function createSlackDriver(array $config)
$this->level($config),
$config['bubble'] ?? true,
$config['exclude_fields'] ?? []
)),
), $config),
]);
}

Expand Down

0 comments on commit 76aaaad

Please sign in to comment.