This commit is contained in:
Adrian Hopek
2022-04-14 10:36:39 +02:00
parent d27d1736d7
commit 5356b0fc8c
6 changed files with 68 additions and 48 deletions

View File

@@ -21,7 +21,7 @@ class ExceptionHandler extends Handler
{
$response = parent::render($request, $e);
if (! app()->environment("production")) {
if (!app()->environment("production")) {
return $response;
}