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 ae892ab commit a7ac41fCopy full SHA for a7ac41f
mailer.rst
@@ -229,6 +229,7 @@ and create an :class:`Symfony\\Component\\Mime\\Email` object::
229
use Symfony\Component\HttpFoundation\Response;
230
use Symfony\Component\Mailer\MailerInterface;
231
use Symfony\Component\Mime\Email;
232
+ use Symfony\Component\Routing\Annotation\Route;
233
234
class MailerController extends AbstractController
235
{
0 commit comments