diff --git a/src/InstagramScraper/Instagram.php b/src/InstagramScraper/Instagram.php index 76f89ed3..159b6833 100644 --- a/src/InstagramScraper/Instagram.php +++ b/src/InstagramScraper/Instagram.php @@ -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 {