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 de4d4c9 + 5171011 commit 3cda092Copy full SHA for 3cda092
quick_tour/the_controller.rst
@@ -131,7 +131,7 @@ from any controller::
131
$foo = $session->get('foo');
132
133
// use a default value if the key doesn't exist
134
- $filters = $session->set('filters', array());
+ $filters = $session->get('filters', array());
135
136
You can also store small messages that will only be available for the very
137
next request::
0 commit comments