mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 12:06:13 +00:00
Improve also the form "TranslatableActivityType" to use the TranslatableStringHelper.
7 lines
241 B
YAML
7 lines
241 B
YAML
services:
|
|
chill_activity.repository.activity_type:
|
|
class: Doctrine\ORM\EntityRepository
|
|
factory: ['@doctrine.orm.entity_manager', getRepository]
|
|
arguments:
|
|
- 'Chill\ActivityBundle\Entity\ActivityType'
|