mirror of
https://github.com/Karaka-Management/oms-Purchase.git
synced 2026-01-27 14:58:43 +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) {
|
||||
$response->header->status = RequestStatusCode::R_400;
|
||||
$this->app->logger?->error($t->getMessage());
|
||||
$this->app->logger->error($t->getMessage());
|
||||
}
|
||||
|
||||
$this->createStandardBackgroundResponse($request, $response, []);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user