Skip to content

Commit ec4233c

Browse files
committed
[BC Break] Disable namespace in default FilesystemAdapter, you can control this by the cache_directory option already
1 parent d1c761c commit ec4233c

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
@@ -119,7 +119,7 @@ public function __construct(array $options = [])
119119
}
120120

121121
return new TagAwareAdapter(
122-
new FilesystemAdapter('http_cache', 0, $options['cache_directory'])
122+
new FilesystemAdapter('', 0, $options['cache_directory'])
123123
);
124124
})->setAllowedTypes('cache', AdapterInterface::class);
125125

0 commit comments

Comments
 (0)