We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ecb5aa commit c9863c6Copy full SHA for c9863c6
src/Symfony/Component/Mailer/Transport.php
@@ -149,7 +149,7 @@ public function fromDsnObject(Dsn $dsn): TransportInterface
149
throw new UnsupportedSchemeException($dsn);
150
}
151
152
- private static function getDefaultFactories(EventDispatcherInterface $dispatcher = null, HttpClientInterface $client = null, LoggerInterface $logger = null): iterable
+ public static function getDefaultFactories(EventDispatcherInterface $dispatcher = null, HttpClientInterface $client = null, LoggerInterface $logger = null): iterable
153
{
154
foreach (self::FACTORY_CLASSES as $factoryClass) {
155
if (class_exists($factoryClass)) {
0 commit comments