Skip to content

Commit 36379f9

Browse files
committed
fix: remove unused property
1 parent 39b5d68 commit 36379f9

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/cache/src/Config/RedisCacheConfig.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
final class RedisCacheConfig implements CacheConfig
1414
{
1515
public function __construct(
16-
/**
17-
* The directory where the cache files are stored.
18-
*/
19-
public ?string $directory = null,
20-
2116
/**
2217
* Optional namespace to avoid collisions with other caches in the same directory.
2318
*/

0 commit comments

Comments
 (0)