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 83e7ec8 commit 488061dCopy full SHA for 488061d
mailer.rst
@@ -284,9 +284,9 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
284
285
use Symfony\Bundle\FrameworkBundle\Controller\AbstractController;
286
use Symfony\Component\HttpFoundation\Response;
287
- use Symfony\Component\Routing\Annotation\Route;
288
use Symfony\Component\Mailer\MailerInterface;
289
use Symfony\Component\Mime\Email;
+ use Symfony\Component\Routing\Annotation\Route;
290
291
class MailerController extends AbstractController
292
{
0 commit comments