From: Raphaƫl Gertz Date: Tue, 14 Oct 2025 10:40:23 +0000 (+0200) Subject: Use rapsyspack contact form X-Git-Tag: 0.0.1~16 X-Git-Url: https://git.rapsys.eu/blogbundle/commitdiff_plain/c6c821bf61540020fd049795f661c49d0a547904 Use rapsyspack contact form --- diff --git a/Controller/DefaultController.php b/Controller/DefaultController.php index 65f02fe..bb87b9b 100644 --- a/Controller/DefaultController.php +++ b/Controller/DefaultController.php @@ -99,7 +99,7 @@ class DefaultController extends AbstractController { //Create the form according to the FormType created previously. //And give the proper parameters - $form = $this->createForm('Rapsys\BlogBundle\Form\ContactType', $data, [ + $form = $this->createForm('Rapsys\PackBundle\Form\ContactType', $data, [ 'action' => $this->generateUrl('rapsysblog_contact'), 'method' => 'POST' ]);