10000 minor #60416 [FrameworkBundle] remove no longer used service definiti… · symfony/symfony@e408d54 · GitHub
[go: up one dir, main page]

Skip to content

Commit e408d54

Browse files
minor #60416 [FrameworkBundle] remove no longer used service definition (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [FrameworkBundle] remove no longer used service definition | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT In #59781 it was forgotten to remove the definition when an alias with the same name was introduced. Commits ------- 5940258 remove no longer used service definition
2 parents e417f12 + 5940258 commit e408d54

File tree

1 file changed

+0
-1
lines changed
  • src/Symfony/Bundle/FrameworkBundle/Resources/config

1 file changed

+0
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer.php

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
tagged_iterator('mailer.transport_factory'),
4646
])
4747

48-
->set('mailer.default_transport', TransportInterface::class)
4948
->alias('mailer.default_transport', 'mailer.transports')
5049
->alias(TransportInterface::class, 'mailer.default_transport')
5150

0 commit comments

Comments
 (0)
0