Merge pull request #6780 from aequasi/patch-1
getRepository actually returns ObjectRepository
This commit is contained in:
commit
e1825e37ef
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ use Throwable;
|
|||
*
|
||||
* @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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue