Skip to content

Commit 9a12c46

Browse files
committed
Fixing Lax mode call
1 parent a9bfd0d commit 9a12c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DependencyInjection/GraphqlControllersCompilerPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ private function getAnnotationReader(): AnnotationReader
247247
$doctrineAnnotationReader = new CachedReader($doctrineAnnotationReader, new ApcuCache(), true);
248248
}
249249

250-
$this->annotationReader = new AnnotationReader($doctrineAnnotationReader);
250+
$this->annotationReader = new AnnotationReader($doctrineAnnotationReader, AnnotationReader::LAX_MODE);
251251
}
252252
return $this->annotationReader;
253253
}

0 commit comments

Comments
 (0)