We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d62fe4 + bff5b44 commit 23b021eCopy full SHA for 23b021e
1 file changed
src/intercom/IntercomAbstractClient.php
@@ -36,7 +36,7 @@ protected function configure($config)
36
* @return ServiceDescription
37
* @throws InvalidArgumentException If the description file doesn't exist or cannot be read
38
*/
39
- private function getServiceDescriptionFromFile($description_file)
+ public function getServiceDescriptionFromFile($description_file)
40
{
41
if (!file_exists($description_file) || !is_readable($description_file)) {
42
throw new InvalidArgumentException('Unable to read API definition schema');
0 commit comments