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.
2 parents 2484087 + 187b645 commit 720dac1Copy full SHA for 720dac1
UPGRADE-3.0.md
@@ -636,6 +636,11 @@ UPGRADE FROM 2.x to 3.0
636
be removed in Symfony 3.0. Use the `debug:config`, `debug:container`,
637
`debug:router`, `debug:translation` and `lint:yaml` commands instead.
638
639
+ * The base `Controller`class is now abstract.
640
+
641
+ * The visibility of all methods of the base `Controller` class has been changed from
642
+ `public` to `protected`.
643
644
* The `getRequest` method of the base `Controller` class has been deprecated
645
since Symfony 2.4 and must be therefore removed in 3.0. The only reliable
646
way to get the `Request` object is to inject it in the action method.
0 commit comments