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