Skip to content

Commit a14a90b

Browse files
committed
fix for doctrine/annotations v2 deprecations
1 parent fe7ab46 commit a14a90b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Factory/AbstractAnnotatedFactory.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
abstract class AbstractAnnotatedFactory
1717
{
18-
public const CACHE_SERVICE = 'Dot\AnnotatedServices\Cache';
18+
public const CACHE_SERVICE = 'Psr\Cache\CacheItemPoolInterface';
1919
protected ?Reader $annotationReader = null;
2020
public function setAnnotationReader(Reader $annotationReader): void
2121
{

0 commit comments

Comments
 (0)