Log add response
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user