Closed haigooner95 closed 3 years ago
What is your code ?
$cachePool = new FilesystemAdapter('Instagram', 0, DIR . '/../cache'); $this->login_session = new Api($cachePool);
i followed your usage
Did you require the good namespace?
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
Did you require the good namespace?
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
yes, i did.
Could you paste the entire file where you're using this package?
Are you using 6.x version?
Are you in Symfony environment or other framework?
I'm using Laravel 7, and 6x version of this package. I'm using this in a queue job
Which version of symfony/cache
are you using?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
T got this error, can you help me @pgrimaud ?