File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ bundle named ``AcmeUserBundle`` that declares itself a child of FOSUserBundle.
1212
1313.. code-block :: php
1414
15- // src/AppBundle /AcmeUserBundle.php
15+ // src/Acme/UserBundle /AcmeUserBundle.php
1616
17- namespace AppBundle ;
17+ namespace Acme\UserBundle ;
1818
1919 use Symfony\Component\HttpKernel\Bundle\Bundle;
2020
@@ -42,9 +42,9 @@ the base controller and adds logging a new user registration to it.
4242
4343.. code-block :: php
4444
45- // src/AppBundle /Controller/RegistrationController.php
45+ // src/Acme/UserBundle /Controller/RegistrationController.php
4646
47- namespace AppBundle \Controller;
47+ namespace Acme\UserBundle \Controller;
4848
4949 use Symfony\Component\HttpFoundation\RedirectResponse;
5050 use FOS\UserBundle\Controller\RegistrationController as BaseController;
You can’t perform that action at this time.
0 commit comments