8000 bug #38644 [FrameworkBundle] remove transport factory service when cl… · symfony/symfony@a3dac6a · GitHub
[go: up one dir, main page]

Skip to content

Commit a3dac6a

Browse files
committed
bug #38644 [FrameworkBundle] remove transport factory service when class does not exist (xabbuh)
This PR was merged into the 5.x branch. Discussion ---------- [FrameworkBundle] remove transport factory service when class does not exist | Q | A | ------------- | --- | Branch? | 5.x | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #38641 | License | MIT | Doc PR | Commits ------- b3700bc remove transport factory service when class does not exist
2 parents 6987862 + b3700bc commit a3dac6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,7 @@
107107
use Symfony\Component\Notifier\Bridge\FreeMobile\FreeMobileTransportFactory;
108108
use Symfony\Component\Notifier\Bridge\GoogleChat\GoogleChatTransportFactory;
109109
use Symfony\Component\Notifier\Bridge\Infobip\InfobipTransportFactory;
110+
use Symfony\Component\Notifier\Bridge\LinkedIn\LinkedInTransportFactory;
110111
use Symfony\Component\Notifier\Bridge\Mattermost\MattermostTransportFactory;
111112
use Symfony\Component\Notifier\Bridge\Mobyt\MobytTransportFactory;
112113
use Symfony\Component\Notifier\Bridge\Nexmo\NexmoTransportFactory;
@@ -2225,6 +2226,7 @@ private function registerNotifierConfiguration(array $config, ContainerBuilder $
22252226
EsendexTransportFactory::class => 'notifier.transport_factory.esendex',
22262227
SendinblueNotifierTransportFactory::class => 'notifier.transport_factory.sendinblue',
22272228
DiscordTransportFactory::class => 'notifier.transport_factory.discord',
2229+
LinkedInTransportFactory::class => 'notifier.transport_factory.linkedin',
22282230
];
22292231

22302232
foreach ($classToServices as $class => $service) {

0 commit comments

Comments
 (0)
0