Skip to content

Commit 76aaaad

Browse files
dpsarroutaylorotwell
authored andcommitted
allows custom formatters for slack driver (#26377)
1 parent cfee902 commit 76aaaad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Log/LogManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ protected function createSlackDriver(array $config)
273273
$this->level($config),
274274
$config['bubble'] ?? true,
275275
$config['exclude_fields'] ?? []
276-
)),
276+
), $config),
277277
]);
278278
}
279279

0 commit comments

Comments
 (0)