Skip to content

Commit bbeea3f

Browse files
author
Andrei Onita
committed
AbstractAnnotatedFactory::CACHE_SERVICE restored to public
1 parent dda54c9 commit bbeea3f

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-
protected const CACHE_SERVICE = 'Dot\AnnotatedServices\Cache';
18+
public const CACHE_SERVICE = 'Dot\AnnotatedServices\Cache';
1919
protected ?Reader $annotationReader = null;
2020
public function setAnnotationReader(Reader $annotationReader): void
2121
{

0 commit comments

Comments
 (0)