File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Symfony/Bundle/FrameworkBundle/Resources/config Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 35
35
<tag name =" mailer.transport_factory" />
36
36
</service >
37
37
38
- <service id =" mailer.transport_factory.null" class =" Symfony\Component\Mailer\Transport\Null\ NullTransportFactory" parent =" mailer.transport_factory.abstract" >
38
+ <service id =" mailer.transport_factory.null" class =" Symfony\Component\Mailer\Transport\NullTransportFactory" parent =" mailer.transport_factory.abstract" >
39
39
<tag name =" mailer.transport_factory" />
40
40
</service >
41
41
42
- <service id =" mailer.transport_factory.sendmail" class =" Symfony\Component\Mailer\Transport\Sendmail\ SendmailTransportFactory" parent =" mailer.transport_factory.abstract" >
42
+ <service id =" mailer.transport_factory.sendmail" class =" Symfony\Component\Mailer\Transport\SendmailTransportFactory" parent =" mailer.transport_factory.abstract" >
43
43
<tag name =" mailer.transport_factory" />
44
44
</service >
45
45
You can’t perform that action at this time.
0 commit comments