Skip to content

Commit

Permalink
Merge pull request #283 from germanow/dev-fix-CacheManage-notice
Browse files Browse the repository at this point in the history
Fix symfony notice
  • Loading branch information
raiym authored Mar 13, 2018
2 parents b4a630a + 7560291 commit 6a4b982
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/InstagramScraper/Instagram.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ public static function withCredentials($username, $password, $sessionFolder = nu
if (is_string($sessionFolder)) {
CacheManager::setDefaultConfig([
'path' => $sessionFolder,
'ignoreSymfonyNotice' => true,
]);
static::$instanceCache = CacheManager::getInstance('files');
} else {
Expand Down

0 comments on commit 6a4b982

Please sign in to comment.