We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b2b0a3 commit d79cf8fCopy full SHA for d79cf8f
src/Psr6Store.php
@@ -120,7 +120,7 @@ public function __construct(array $options = [])
120
}
121
122
return new TagAwareAdapter(
123
- new FilesystemAdapter('http-cache-tags', 0, $options['cache_directory'])
+ new FilesystemAdapter('http_cache', 0, $options['cache_directory'])
124
);
125
})->setAllowedTypes('cache', AdapterInterface::class);
126
0 commit comments