8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06eb52c commit 34e72e0Copy full SHA for 34e72e0
UPGRADE-3.1.md
@@ -24,6 +24,10 @@ FrameworkBundle
24
25
* As it was never an officially supported feature, the support for absolute
26
template paths has been deprecated and will be removed in Symfony 4.0.
27
+ * The abstract `Controller` class now has a `json()` helper method that creates
28
+ a `JsonResponse`. If you have existing controllers extending `Controller`
29
+ that contain a method with this name, you need to rename that method to avoid
30
+ conflicts.
31
32
HttpKernel
33
----------
0 commit comments