Add a space before concat operator
This commit is contained in:
parent
aa5833a751
commit
a25642507c
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ class Handler extends ExceptionHandler
|
|||
]);
|
||||
|
||||
$exceptionName = get_class($throwable) ?? 'Unknown Exception';
|
||||
$title = $exceptionName .': ' . $throwable->getMessage();
|
||||
$title = $exceptionName . ': ' . $throwable->getMessage();
|
||||
|
||||
$guzzle->post(
|
||||
config('logging.slack'),
|
||||
|
|
Loading…
Add table
Reference in a new issue