Commit 3001d26a authored by Jonathan H. Wage's avatar Jonathan H. Wage

Fixing typo/mistake. Test coming soon.

parent a9d88146
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment