getRepository actually returns ObjectRepository
This commit is contained in:
parent
e279dfaa91
commit
99db207a9f
@ -709,7 +709,7 @@ use Throwable;
|
|||||||
*
|
*
|
||||||
* @param string $entityName The name of the entity.
|
* @param string $entityName The name of the entity.
|
||||||
*
|
*
|
||||||
* @return \Doctrine\ORM\EntityRepository The repository class.
|
* @return \Doctrine\Common\Persistence\ObjectRepository|\Doctrine\ORM\EntityRepository The repository class.
|
||||||
*/
|
*/
|
||||||
public function getRepository($entityName)
|
public function getRepository($entityName)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user