]> Raphaël G. Git Repositories - blogbundle/commitdiff
Use rapsyspack contact form
authorRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 10:40:23 +0000 (12:40 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 14 Oct 2025 10:40:23 +0000 (12:40 +0200)
Controller/DefaultController.php

index 65f02fed588fef9bc683a473023c7939a18d93e3..bb87b9bf6a3f4b75a6ae1e7cee80e9c46349a1e5 100644 (file)
@@ -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'
                ]);