|
|
@ -5,7 +5,6 @@ namespace Chamilo\CoreBundle\Entity\Repository; |
|
|
|
|
|
|
|
|
|
|
|
use Chamilo\CoreBundle\Entity\Course; |
|
|
|
use Chamilo\CoreBundle\Entity\Course; |
|
|
|
use Chamilo\UserBundle\Entity\User; |
|
|
|
use Chamilo\UserBundle\Entity\User; |
|
|
|
use Doctrine\Common\Collections\ArrayCollection; |
|
|
|
|
|
|
|
use Doctrine\ORM\EntityRepository; |
|
|
|
use Doctrine\ORM\EntityRepository; |
|
|
|
use Doctrine\ORM\Query\Expr\Join; |
|
|
|
use Doctrine\ORM\Query\Expr\Join; |
|
|
|
|
|
|
|
|
|
|
|