Skip to content

Commit 94a54fc

Browse files
committed
Merge branch '5.7' of github.com:laravel/framework into 5.7
2 parents 8f7e647 + 76aaaad commit 94a54fc

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)