diff --git a/src/intercom/IntercomAbstractClient.php b/src/intercom/IntercomAbstractClient.php index 9b01c98c..4992c8b8 100644 --- a/src/intercom/IntercomAbstractClient.php +++ b/src/intercom/IntercomAbstractClient.php @@ -36,7 +36,7 @@ protected function configure($config) * @return ServiceDescription * @throws InvalidArgumentException If the description file doesn't exist or cannot be read */ - private function getServiceDescriptionFromFile($description_file) + public function getServiceDescriptionFromFile($description_file) { if (!file_exists($description_file) || !is_readable($description_file)) { throw new InvalidArgumentException('Unable to read API definition schema');