Merge branch 'master' of git://github.com/doctrine/doctrine2
This commit is contained in:
commit
02e582e00e
@ -395,7 +395,7 @@ class ClassMetadataInfo
|
|||||||
public function getReflectionClass()
|
public function getReflectionClass()
|
||||||
{
|
{
|
||||||
if ( ! $this->reflClass) {
|
if ( ! $this->reflClass) {
|
||||||
$this->reflClass = new ReflectionClass($entityName);
|
$this->reflClass = new ReflectionClass($this->name);
|
||||||
}
|
}
|
||||||
return $this->reflClass;
|
return $this->reflClass;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user