Compare commits

...

2 Commits

Author SHA1 Message Date
Dave Mc Nicoll
52c7407519 Merge branch 'master' of https://git.mcnd.ca/mcndave/lean 2023-05-31 14:41:12 -04:00
Dave Mc Nicoll
d402dbeaa0 - Error 500 now throwing the right HTTP code 2023-05-31 14:41:02 -04:00

View File

@ -40,7 +40,7 @@ return [
'subtitle' => "Êtes-vous connecté avec le bon compte ?", 'subtitle' => "Êtes-vous connecté avec le bon compte ?",
'message' => $exception->getMessage(), 'message' => $exception->getMessage(),
'exception' => $exception, 'exception' => $exception,
])); ]), 500);
}; };
}, },