Skip to content

Commit 34d4291

Browse files
authored
Merge pull request #19 from OnitaAndrei/issue-18
AbstractAnnotatedFactory::CACHE_SERVICE restored to public
2 parents f20abb6 + bbeea3f commit 34d4291

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)