Skip to content

Commit

Permalink
Change the function visibility of Zendesk's getSubdomain (#1304)
Browse files Browse the repository at this point in the history
  • Loading branch information
27pchrisl authored Dec 3, 2024
1 parent fde59bb commit 00ad26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Provider.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected function mapUserToObject(array $user)
*
* @return string
*/
private function getSubdomain()
protected function getSubdomain()
{
return $this->getConfig('subdomain');
}
Expand Down

0 comments on commit 00ad26b

Please sign in to comment.