mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-02-14 06:48:41 +00:00
fix tests
This commit is contained in:
parent
52fe2b88b1
commit
8a29c0c18e
|
|
@ -78,7 +78,7 @@ final class ApiController extends Controller
|
||||||
);
|
);
|
||||||
} catch (\Throwable $t) {
|
} catch (\Throwable $t) {
|
||||||
$response->header->status = RequestStatusCode::R_400;
|
$response->header->status = RequestStatusCode::R_400;
|
||||||
$this->app->logger?->error($t->getMessage());
|
$this->app->logger->error($t->getMessage());
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->createStandardBackgroundResponse($request, $response, []);
|
$this->createStandardBackgroundResponse($request, $response, []);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user