Skip to content

Commit b29f615

Browse files
committed
minor #8201 [3.3 Di changes] Fix Controller namespace in XML view (tifabien)
This PR was merged into the 3.3 branch. Discussion ---------- [3.3 Di changes] Fix Controller namespace in XML view Commits ------- 4f6f48f Fix Controller namespace in XML view
2 parents a6e8ad0 + 4f6f48f commit b29f615

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

service_container/3.3-di-changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Symfony Standard Edition:
7878
7979
<prototype namespace="AppBundle\" resource="../../src/AppBundle/*" exclude="../../src/AppBundle/{Entity,Repository}" />
8080
81-
<prototype namespace="AppBundle\Controller" resource="../../src/AppBundle/Controller" public="true">
81+
<prototype namespace="AppBundle\Controller\" resource="../../src/AppBundle/Controller" public="true">
8282
<tag name="controller.service_arguments" />
8383
</prototype>
8484
</services>
@@ -338,7 +338,7 @@ The third big change is that, in a new Symfony 3.3 project, your controllers are
338338
<services>
339339
<!-- ... -->
340340
341-
<prototype namespace="AppBundle\Controller" resource="../../src/AppBundle/Controller" public="true">
341+
<prototype namespace="AppBundle\Controller\" resource="../../src/AppBundle/Controller" public="true">
342342
<tag name="controller.service_arguments" />
343343
</prototype>
344344
</services>

0 commit comments

Comments
 (0)