Log add response

This commit is contained in:
Juan Pablo Vial
2025-06-06 18:10:06 -04:00
parent 47ba664142
commit 06e5292af1

View File

@ -103,6 +103,7 @@ abstract class AbstractEndPoint extends LoggerEnabled implements EndPoint
throw new EmptyResponse($request_uri);
}
$json = json_decode($contents, true);
$this->logger->info('Add Response', $json);
return $this->save($json);
}