Skip to content

Commit 68ceeef

Browse files
committed
Renamed once method to pull to match the latest update.
1 parent 59b8eeb commit 68ceeef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The session configuration is stored in `app/config/session.php`. Be sure to revi
3535
$value = Session::get('key', function() { return 'default'; });
3636

3737
#### Retrieving An Item and Forgetting It
38-
$value = Session::once('key', 'default');
38+
$value = Session::pull('key', 'default');
3939

4040
#### Retrieving All Data From The Session
4141

0 commit comments

Comments
 (0)