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.
1 parent 59b8eeb commit 68ceeefCopy full SHA for 68ceeef
session.md
@@ -35,7 +35,7 @@ The session configuration is stored in `app/config/session.php`. Be sure to revi
35
$value = Session::get('key', function() { return 'default'; });
36
37
#### Retrieving An Item and Forgetting It
38
- $value = Session::once('key', 'default');
+ $value = Session::pull('key', 'default');
39
40
#### Retrieving All Data From The Session
41
0 commit comments