AM
Size: a a a
AM
T
Д
T
AB
AM
AB
AM
AM
AM
AM
FL
a превратить в 404 response, например?$response = Response::Default(HttpStatus::Not_Found); // {status: 404, body: 'Not found'}
if($this->repository->exists('id', $request->id)) {
$response = $response->recreate(HttpStatus::Ok);
}
return $responseFactory->create($response);
:DСП
AM
$response = Response::Default(HttpStatus::Not_Found); // {status: 404, body: 'Not found'}
if($this->repository->exists('id', $request->id)) {
$response = $response->recreate(HttpStatus::Ok);
}
return $responseFactory->create($response);
:DFL
AM
AB