feature/cierres #30

Merged
aldarien merged 460 commits from feature/cierres into develop 2025-09-11 15:16:17 -03:00
165 changed files with 592 additions and 6295 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);
}