Skip to content

Commit

Permalink
Deprecate $autoRender property.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Pustułka authored and robertpustulka committed Nov 20, 2017
1 parent 40f9b4e commit c8f5aff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Controller/Controller.php
Expand Up @@ -163,6 +163,7 @@ class Controller implements EventListenerInterface, EventDispatcherInterface
* after action logic.
*
* @var bool
* @deprecated 3.5.0 Use enableAutoRender()/disableAutoRender() and isAutoRenderEnabled() instead.
*/
protected $autoRender = true;

Expand Down

0 comments on commit c8f5aff

Please sign in to comment.