Skip to content

Commit 5b322b5

Browse files
authored
Merge pull request #14 from koffinate/analysis-oLQrn7
Apply fixes from StyleCI
2 parents 41a395e + 816071b commit 5b322b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Base/Exceptions/KfnException.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public function toResponse($request)
6767
{
6868
$uiExceptionIsHandling = config('koffinate.ui.exception.handling_method');
6969
$uiExceptionIsHandling = is_bool($uiExceptionIsHandling) ? $uiExceptionIsHandling : false;
70-
70+
7171
if ($uiExceptionIsHandling && $request->acceptsHtml() && ! static::shouldRenderException()) {
7272
if ('redirect' === config('koffinate.ui.exception.handling_method')) {
7373
$redirectTo = config('koffinate.ui.exception.redirect_to');

0 commit comments

Comments
 (0)