feature/cierres #25

Open
aldarien wants to merge 446 commits from feature/cierres into develop
148 changed files with 571 additions and 5246 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);
}