fix: register field handler in service container correctly
This commit is contained in:
@@ -183,7 +183,6 @@ services:
|
|||||||
arguments:
|
arguments:
|
||||||
$handlers:
|
$handlers:
|
||||||
# Simple handlers with no external dependencies - instantiated directly
|
# Simple handlers with no external dependencies - instantiated directly
|
||||||
- 'App\Form\Service\ParticipantDateOfBirthFieldHandler'
|
|
||||||
- 'App\Form\Service\ParticipantAssignedRoomFieldHandler'
|
- 'App\Form\Service\ParticipantAssignedRoomFieldHandler'
|
||||||
- 'App\Form\Service\ParticipantRemarksRoomFieldHandler'
|
- 'App\Form\Service\ParticipantRemarksRoomFieldHandler'
|
||||||
- 'App\Form\Service\ParticipantAdditionalServicesFieldHandler'
|
- 'App\Form\Service\ParticipantAdditionalServicesFieldHandler'
|
||||||
@@ -200,6 +199,7 @@ services:
|
|||||||
- 'App\Form\Service\ParticipantRentalInsuranceFieldHandler'
|
- 'App\Form\Service\ParticipantRentalInsuranceFieldHandler'
|
||||||
- 'App\Form\Service\ParticipantLicensePlateFieldHandler'
|
- 'App\Form\Service\ParticipantLicensePlateFieldHandler'
|
||||||
# Complex handlers with dependencies - use service references
|
# Complex handlers with dependencies - use service references
|
||||||
|
- '@App\Form\Service\ParticipantDateOfBirthFieldHandler'
|
||||||
- '@App\Form\Service\ParticipantTransportationDiscountReplacementFieldHandler'
|
- '@App\Form\Service\ParticipantTransportationDiscountReplacementFieldHandler'
|
||||||
- '@App\Form\Service\ParticipantBulkInsuranceFieldHandler'
|
- '@App\Form\Service\ParticipantBulkInsuranceFieldHandler'
|
||||||
- '@App\Form\Service\ParticipantInsuranceFieldHandler'
|
- '@App\Form\Service\ParticipantInsuranceFieldHandler'
|
||||||
|
|||||||
Reference in New Issue
Block a user