Skip to content
Snippets Groups Projects
Commit 1edbbdb9 authored by Camille Simiand's avatar Camille Simiand
Browse files

Remove dead code

parent 5bda0577
No related branches found
No related tags found
2 merge requests!55demo version for Clarisse workshop,!51tuleap-130-add-a-capsule-into-custom-groups
......@@ -18,33 +18,4 @@ class GroupRepository extends ServiceEntityRepository
{
parent::__construct($registry, Group::class);
}
// /**
// * @return Group[] Returns an array of Group objects
// */
/*
public function findByExampleField($value)
{
return $this->createQueryBuilder('g')
->andWhere('g.exampleField = :val')
->setParameter('val', $value)
->orderBy('g.id', 'ASC')
->setMaxResults(10)
->getQuery()
->getResult()
;
}
*/
/*
public function findOneBySomeField($value): ?Group
{
return $this->createQueryBuilder('g')
->andWhere('g.exampleField = :val')
->setParameter('val', $value)
->getQuery()
->getOneOrNullResult()
;
}
*/
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment