Integration rmq Julien

This commit is contained in:
Marc Ducobu
2021-04-27 11:24:26 +02:00
parent cda32fb925
commit 38ac3badef
9 changed files with 6 additions and 125 deletions

View File

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