8000 minor #12706 add use statement (erlangp) · symfony/symfony-docs@a53d59a · GitHub
[go: up one dir, main page]

Skip to content

Commit a53d59a

Browse files
committed
minor #12706 add use statement (erlangp)
This PR was submitted for the 5.0 branch but it was squashed and merged into the 4.3 branch instead (closes #12706). Discussion ---------- add use statement Commits ------- a2ea8a7 add use statement
2 parents 2e90b61 + a2ea8a7 commit a53d59a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/mailer.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ it:
6666
Th 5FFF en, use the SMTP Gmail transport::
6767

6868
use Symfony\Component\Mailer\Bridge\Google\Smtp\GmailTransport;
69+
use Symfony\Component\Mailer\Mailer;
6970

7071
$transport = new GmailTransport('user', 'pass');
7172
$mailer = new Mailer($transport);

0 commit comments

Comments
 (0)
0