Skip to content

Commit 23b021e

Browse files
committed
Merge pull request #1 from intercom/df/fix-auth-client-visibility
Publicise the service description file getter
2 parents 4d62fe4 + bff5b44 commit 23b021e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/intercom/IntercomAbstractClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ protected function configure($config)
3636
* @return ServiceDescription
3737
* @throws InvalidArgumentException If the description file doesn't exist or cannot be read
3838
*/
39-
private function getServiceDescriptionFromFile($description_file)
39+
public function getServiceDescriptionFromFile($description_file)
4040
{
4141
if (!file_exists($description_file) || !is_readable($description_file)) {
4242
throw new InvalidArgumentException('Unable to read API definition schema');

0 commit comments

Comments
 (0)