Skip to content

Commit 7c05e9f

Browse files
committed
docs: replace $response with $this->response
1 parent a55b1e1 commit 7c05e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/outgoing/response.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ call basis, by providing an optional second parameter to the adding method call.
161161
Runtime Configuration
162162
---------------------
163163

164-
If your application needs to make changes at run-time, you can access the instance at ``$response->CSP``. The
164+
If your application needs to make changes at run-time, you can access the instance at ``$this->response->CSP`` in your controllers. The
165165
class holds a number of methods that map pretty clearly to the appropriate header value that you need to set.
166166
Examples are shown below, with different combinations of parameters, though all accept either a directive
167167
name or an array of them:

0 commit comments

Comments
 (0)