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.
1 parent cd33c96 commit e3929d8Copy full SHA for e3929d8
Mapping/Factory/LazyLoadingMetadataFactory.php
@@ -90,7 +90,7 @@ public function getMetadataFor($value)
90
return $this->loadedClasses[$class];
91
}
92
93
- if (!class_exists($class) && !interface_exists($class)) {
+ if (!class_exists($class) && !interface_exists($class, false)) {
94
throw new NoSuchMetadataException(sprintf('The class or interface "%s" does not exist.', $class));
95
96
0 commit comments