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 fe7ab46 commit a14a90bCopy full SHA for a14a90b
1 file changed
src/Factory/AbstractAnnotatedFactory.php
@@ -15,7 +15,7 @@
15
16
abstract class AbstractAnnotatedFactory
17
{
18
- public const CACHE_SERVICE = 'Dot\AnnotatedServices\Cache';
+ public const CACHE_SERVICE = 'Psr\Cache\CacheItemPoolInterface';
19
protected ?Reader $annotationReader = null;
20
public function setAnnotationReader(Reader $annotationReader): void
21
0 commit comments