fix tests

This commit is contained in:
Dennis Eichhorn 2024-04-25 03:26:52 +00:00
parent 52fe2b88b1
commit 8a29c0c18e

View File

@ -78,7 +78,7 @@ final class ApiController extends Controller
);
} catch (\Throwable $t) {
$response->header->status = RequestStatusCode::R_400;
$this->app->logger?->error($t->getMessage());
$this->app->logger->error($t->getMessage());
}
$this->createStandardBackgroundResponse($request, $response, []);