mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 21:34:59 +00:00
move queries in repository
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
Chill\EventBundle\Entity\Participation:
|
||||
type: entity
|
||||
table: chill_event_participation
|
||||
repositoryClass: Chill\EventBundle\Repository\ParticipationRepository
|
||||
id:
|
||||
id:
|
||||
type: integer
|
||||
|
@@ -5,7 +5,13 @@ services:
|
||||
factory: ['@doctrine.orm.entity_manager', getRepository]
|
||||
arguments:
|
||||
- 'Chill\EventBundle\Entity\Event'
|
||||
|
||||
|
||||
chill_event.repository.participation:
|
||||
class: Chill\EventBundle\Repository\ParticipationRepository
|
||||
factory: ['@doctrine.orm.entity_manager', getRepository]
|
||||
arguments:
|
||||
- 'Chill\EventBundle\Entity\Participation'
|
||||
|
||||
chill_event.repository.role:
|
||||
class: Doctrine\ORM\EntityRepository
|
||||
factory: ['@doctrine.orm.entity_manager', getRepository]
|
||||
|
@@ -68,4 +68,6 @@ futur: futur
|
||||
Show the event: Voir l'événement
|
||||
|
||||
Subscribe an event: Ajouter un événement
|
||||
Pick an event: Choisir un événement
|
||||
Pick an event: Choisir un événement
|
||||
Pick a type of event: Choisir un type d'événement
|
||||
Pick a moderator: Choisir un animateur
|
||||
|
Reference in New Issue
Block a user