Skip to content

Commit c968577

Browse files
authored
Make getCacheKey API public. (#1026)
See details in [issue](#1025).
1 parent c513b2f commit c968577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InstagramScraper/Instagram.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2048,7 +2048,7 @@ public function loginWithSessionId($sessionId)
20482048
/**
20492049
* @return string
20502050
*/
2051-
private function getCacheKey()
2051+
public function getCacheKey()
20522052
{
20532053
return md5($this->sessionUsername);
20542054
}

0 commit comments

Comments
 (0)