Skip to content

Commit a7136f5

Browse files
Stefan Koopmanschapweaverryan
authored andcommitted
Removed get('response') because the response is not available as a service by default
1 parent df82009 commit a7136f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

book/controller.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,6 @@ via the ``get()`` method. Here are several common services you might need::
530530

531531
$request = $this->getRequest();
532532

533-
$response = $this->get('response');
534-
535533
$templating = $this->get('templating');
536534

537535
$router = $this->get('router');

0 commit comments

Comments
 (0)