File tree Expand file tree Collapse file tree 4 files changed +28
-27
lines changed
Expand file tree Collapse file tree 4 files changed +28
-27
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,6 @@ services:
3737 public : true
3838 tags : [controller.service_arguments]
3939
40- # Register message handlers for Symfony Messenger
41- PhpList\Core\Domain\Messaging\MessageHandler\ :
42- resource : ' ../src/Domain/Messaging/MessageHandler'
43- tags : ['messenger.message_handler']
44-
4540 doctrine.orm.metadata.annotation_reader :
4641 alias : doctrine.annotation_reader
4742
Original file line number Diff line number Diff line change @@ -52,28 +52,6 @@ services:
5252 autowire : true
5353 autoconfigure : true
5454
55- PhpList\Core\Domain\Subscription\Service\SubscriberCsvExporter :
56- autowire : true
57- autoconfigure : true
58- public : true
59-
60- PhpList\Core\Domain\Subscription\Service\SubscriberCsvImporter :
61- autowire : true
62- autoconfigure : true
63- public : true
64-
65- PhpList\Core\Domain\Messaging\Service\EmailService :
66- autowire : true
67- autoconfigure : true
68- arguments :
69- $defaultFromEmail : ' %app.mailer_from%'
70-
71- PhpList\Core\Domain\Messaging\MessageHandler\SubscriberConfirmationMessageHandler :
72- autowire : true
73- autoconfigure : true
74- arguments :
75- $confirmationUrl : ' %app.confirmation_url%'
76-
7755 PhpList\Core\Domain\Configuration\Service\Manager\ConfigManager :
7856 autowire : true
7957 autoconfigure : true
Original file line number Diff line number Diff line change 1+ services :
2+ # Register message handlers for Symfony Messenger
3+ PhpList\Core\Domain\Messaging\MessageHandler\ :
4+ resource : ' ../../src/Domain/Messaging/MessageHandler'
5+ tags : [ 'messenger.message_handler' ]
6+
7+ PhpList\Core\Domain\Messaging\MessageHandler\SubscriberConfirmationMessageHandler :
8+ autowire : true
9+ autoconfigure : true
10+ tags : [ 'messenger.message_handler' ]
11+ arguments :
12+ $confirmationUrl : ' %app.confirmation_url%'
Original file line number Diff line number Diff line change 1+ services :
2+ PhpList\Core\Domain\Subscription\Service\SubscriberCsvExporter :
3+ autowire : true
4+ autoconfigure : true
5+ public : true
6+
7+ PhpList\Core\Domain\Subscription\Service\SubscriberCsvImporter :
8+ autowire : true
9+ autoconfigure : true
10+ public : true
11+
12+ PhpList\Core\Domain\Messaging\Service\EmailService :
13+ autowire : true
14+ autoconfigure : true
15+ arguments :
16+ $defaultFromEmail : ' %app.mailer_from%'
You can’t perform that action at this time.
0 commit comments