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.
12
12
13
13
.. code-block :: php
14
14
15
- // src/AppBundle /AcmeUserBundle.php
15
+ // src/Acme/UserBundle /AcmeUserBundle.php
16
16
17
- namespace AppBundle ;
17
+ namespace Acme\UserBundle ;
18
18
19
19
use Symfony\Component\HttpKernel\Bundle\Bundle;
20
20
@@ -42,9 +42,9 @@ the base controller and adds logging a new user registration to it.
42
42
43
43
.. code-block :: php
44
44
45
- // src/AppBundle /Controller/RegistrationController.php
45
+ // src/Acme/UserBundle /Controller/RegistrationController.php
46
46
47
- namespace AppBundle \Controller;
47
+ namespace Acme\UserBundle \Controller;
48
48
49
49
use Symfony\Component\HttpFoundation\RedirectResponse;
50
50
use FOS\UserBundle\Controller\RegistrationController as BaseController;
You can’t perform that action at this time.
0 commit comments