Skip to content

Commit

Permalink
Remove unneeded custom di entry for HeaderFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
zbateson committed Jan 18, 2024
1 parent 8f9c3d6 commit aa59e3a
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions src/di_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,18 +37,4 @@
idGenericReceivedConsumerService: DI\get('idGenericReceivedConsumerService'),
forGenericReceivedConsumerService: DI\get('forGenericReceivedConsumerService')
),

HeaderFactory::class => DI\autowire()
->constructorParameter(
'consumerServices',
[
AddressBaseConsumerService::class => DI\get(AddressBaseConsumerService::class),
DateConsumerService::class => DI\get(DateConsumerService::class),
GenericConsumerMimeLiteralPartService::class => DI\get(GenericConsumerMimeLiteralPartService::class),
IdBaseConsumerService::class => DI\get(IdBaseConsumerService::class),
ParameterConsumerService::class => DI\get(ParameterConsumerService::class),
ReceivedConsumerService::class => DI\get(ReceivedConsumerService::class),
SubjectConsumerService::class => DI\get(SubjectConsumerService::class),
]
)
];

0 comments on commit aa59e3a

Please sign in to comment.