Skip to content

Commit 488061d

Browse files
authored
Update mailer.rst
Re-ordered use statements into alphabetical order, as required by git error message.
1 parent 83e7ec8 commit 488061d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
284284

285285
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
286286
use Symfony\Component\HttpFoundation\Response;
287-
use Symfony\Component\Routing\Annotation\Route;
288287
use Symfony\Component\Mailer\MailerInterface;
289288
use Symfony\Component\Mime\Email;
289+
use Symfony\Component\Routing\Annotation\Route;
290290

291291
class MailerController extends AbstractController
292292
{

0 commit comments

Comments
 (0)