This commit is contained in:
yuri
2019-01-21 12:54:00 +02:00
parent 5803e3bc85
commit eb7eb406f1
+1 -1
View File
@@ -124,7 +124,7 @@ class EntityManager
}
if (empty($this->mappers[$className])) {
$this->mappers[$className] = new $className($this->getPDO(), $this->entityFactory, $this->getQuery(), $this);
$this->mappers[$className] = new $className($this->getPDO(), $this->entityFactory, $this->getQuery());
}
return $this->mappers[$className];
}