- Error 500 now throwing the right HTTP code
This commit is contained in:
parent
f0082bf0a9
commit
d402dbeaa0
|
@ -43,7 +43,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);
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue