Fixing typo/mistake. Test coming soon.
This commit is contained in:
parent
a9d88146f1
commit
3001d26ad4
@ -395,7 +395,7 @@ class ClassMetadataInfo
|
||||
public function getReflectionClass()
|
||||
{
|
||||
if ( ! $this->reflClass) {
|
||||
$this->reflClass = new ReflectionClass($entityName);
|
||||
$this->reflClass = new ReflectionClass($this->name);
|
||||
}
|
||||
return $this->reflClass;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user