namespace \; use App\Entity\\; use Doctrine\Persistence\ManagerRegistry; use Lc\SovBundle\Repository\AbstractRepository; class extends AbstractRepository { public function __construct(ManagerRegistry $registry) { parent::__construct($registry, ::class); } }