You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 16, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: src/Chain/Chat/MessageStore/CacheStore.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ public function __construct(
17
17
privateint$ttl = 86400,
18
18
) {
19
19
if (!interface_exists(CacheItemPoolInterface::class)) {
20
-
thrownew \RuntimeException('For using the CacheStore as message store, the psr/cache package is required. Try running "composer require psr/cache".');
20
+
thrownew \RuntimeException('For using the CacheStore as message store, a PSR-6 cache implementation is required. Try running "composer require symfony/cache" or another PSR-6 compatible cache.');
0 commit comments