Skip to content

Commit

Permalink
Fix symfony notice
Browse files Browse the repository at this point in the history
  • Loading branch information
germanow committed Mar 11, 2018
1 parent b4a630a commit 7560291
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 7560291

Please sign in to comment.