We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 41a395e + 816071b commit 5b322b5Copy full SHA for 5b322b5
src/Base/Exceptions/KfnException.php
@@ -67,7 +67,7 @@ public function toResponse($request)
67
{
68
$uiExceptionIsHandling = config('koffinate.ui.exception.handling_method');
69
$uiExceptionIsHandling = is_bool($uiExceptionIsHandling) ? $uiExceptionIsHandling : false;
70
-
+
71
if ($uiExceptionIsHandling && $request->acceptsHtml() && ! static::shouldRenderException()) {
72
if ('redirect' === config('koffinate.ui.exception.handling_method')) {
73
$redirectTo = config('koffinate.ui.exception.redirect_to');
0 commit comments