mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-26 12:06:13 +00:00
15 lines
580 B
YAML
15 lines
580 B
YAML
services:
|
|
accompanying_period_social_issue_consistency_with_action:
|
|
class: 'Chill\PersonBundle\AccompanyingPeriod\SocialIssueConsistency\AccompanyingPeriodSocialIssueConsistencyEntityListener'
|
|
tags:
|
|
-
|
|
name: 'doctrine.orm.entity_listener'
|
|
event: 'prePersist'
|
|
entity: 'Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWork'
|
|
lazy: true
|
|
-
|
|
name: 'doctrine.orm.entity_listener'
|
|
event: 'preUpdate'
|
|
entity: 'Chill\PersonBundle\Entity\AccompanyingPeriod\AccompanyingPeriodWork'
|
|
lazy: true
|