feature/cierres #31

Merged
aldarien merged 462 commits from feature/cierres into develop 2025-09-11 17:05:18 -03:00
219 changed files with 762 additions and 10081 deletions
Showing only changes of commit 06e5292af1 - Show all commits

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);
}