Updated Map View
This commit is contained in:
+1
-1
@@ -33,7 +33,7 @@ return Application::configure(basePath: dirname(__DIR__))
|
||||
//
|
||||
})
|
||||
->withExceptions(function (Exceptions $exceptions): void {
|
||||
$exceptions->respond(function (Response $response, Throwable $e, Request $request) {
|
||||
$exceptions->respond(function ($response, Throwable $e, Request $request) {
|
||||
$status = $response->getStatusCode();
|
||||
|
||||
$errors = [
|
||||
|
||||
Reference in New Issue
Block a user