Kierowanie forma na na konkretny adres

$formSendSms = $this->createForm(SmsType::class, [], ['action' => $this->generateUrl('user_two_step_auth_notification_option'), 'method' => 'POST'])->handleRequest($request);
$formSendEmail = $this->createForm(EmailType::class, [], ['action' => $this->generateUrl('user_two_step_auth_notification_option'), 'method' => 'POST'])->handleRequest($request);
Komentarze wyłączone