remove commented code in new repositories

This commit is contained in:
2021-04-02 17:50:45 +02:00
parent 25634ba12b
commit de240b099f
5 changed files with 2 additions and 141 deletions

View File

@@ -39,32 +39,4 @@ class AccompanyingPeriodParticipationRepository extends ServiceEntityRepository
parent::__construct($registry, AccompanyingPeriodParticipation::class);
}
// /**
// * @return AccompanyingPeriodParticipation[] Returns an array of AccompanyingPeriodParticipation objects
// */
/*
public function findByExampleField($value)
{
return $this->createQueryBuilder('a')
->andWhere('a.exampleField = :val')
->setParameter('val', $value)
->orderBy('a.id', 'ASC')
->setMaxResults(10)
->getQuery()
->getResult()
;
}
*/
/*
public function findOneBySomeField($value): ?AccompanyingPeriodParticipation
{
return $this->createQueryBuilder('a')
->andWhere('a.exampleField = :val')
->setParameter('val', $value)
->getQuery()
->getOneOrNullResult()
;
}
*/
}