Skip to content

Commit

Permalink
Make getCacheKey API public. (#1026)
Browse files Browse the repository at this point in the history
See details in [issue](#1025).
  • Loading branch information
devaskim authored Jan 25, 2022
1 parent c513b2f commit c968577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InstagramScraper/Instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@ public function loginWithSessionId($sessionId)
/**
* @return string
*/
private function getCacheKey()
public function getCacheKey()
{
return md5($this->sessionUsername);
}
Expand Down

0 comments on commit c968577

Please sign in to comment.