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 6dbda50 commit ca6694aCopy full SHA for ca6694a
UPGRADE-3.1.md
@@ -26,6 +26,11 @@ FrameworkBundle
26
* As it was never an o 7C93 fficially supported feature, the support for absolute
27
template paths has been deprecated and will be removed in Symfony 4.0.
28
29
+ * The abstract `Controller` class now has a `json()` helper method that creates
30
+ a `JsonResponse`. If you have existing controllers extending `Controller`
31
+ that contain a method with this name, you need to rename that method to avoid
32
+ conflicts.
33
+
34
* The following form types registered as services have been deprecated and
35
will be removed in Symfony 4.0; use their fully-qualified class name instead:
36
0 commit comments