Skip to content

Commit a918461

Browse files
committed
Fixed default folder name
1 parent 3bb5b82 commit a918461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Psr6Store.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public function __construct(array $options = [])
120120
}
121121

122122
return new TagAwareAdapter(
123-
new FilesystemAdapter('fos-http-cache', 0, $options['cache_directory'])
123+
new FilesystemAdapter('http-cache-tags', 0, $options['cache_directory'])
124124
);
125125
})->setAllowedTypes('cache', AdapterInterface::class);
126126

0 commit comments

Comments
 (0)