Add a space before concat operator

This commit is contained in:
Jonny Barnes 2020-08-15 21:08:25 +01:00
parent aa5833a751
commit a25642507c

View file

@ -59,7 +59,7 @@ class Handler extends ExceptionHandler
]); ]);
$exceptionName = get_class($throwable) ?? 'Unknown Exception'; $exceptionName = get_class($throwable) ?? 'Unknown Exception';
$title = $exceptionName .': ' . $throwable->getMessage(); $title = $exceptionName . ': ' . $throwable->getMessage();
$guzzle->post( $guzzle->post(
config('logging.slack'), config('logging.slack'),