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'}:D
if($this->repository->exists('id', $request->id)) {
$response = $response->recreate(HttpStatus::Ok);
}
return $responseFactory->create($response);
СП
AM
$response = Response::Default(HttpStatus::Not_Found); // {status: 404, body: 'Not found'}:D
if($this->repository->exists('id', $request->id)) {
$response = $response->recreate(HttpStatus::Ok);
}
return $responseFactory->create($response);
FL
AM
AB