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 3bb5b82 commit a918461Copy full SHA for a918461
src/Psr6Store.php
@@ -120,7 +120,7 @@ public function __construct(array $options = [])
120
}
121
122
return new TagAwareAdapter(
123
- new FilesystemAdapter('fos-http-cache', 0, $options['cache_directory'])
+ new FilesystemAdapter('http-cache-tags', 0, $options['cache_directory'])
124
);
125
})->setAllowedTypes('cache', AdapterInterface::class);
126
0 commit comments