Fixing typo/mistake. Test coming soon.
This commit is contained in:
parent
a9d88146f1
commit
3001d26ad4
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue