Bold characters for reflash and keep.
This commit is contained in:
parent
26623c79ed
commit
2159596a83
@ -57,7 +57,7 @@ The **flash** method stores an item in the session that will expire after the ne
|
||||
|
||||
Session::flash('status', 'Welcome Back!');
|
||||
|
||||
Flash items that are expring in subsequent requests can be retained for another request by using one of the following methods:
|
||||
Flash items that are expring in subsequent requests can be retained for another request by using one of the **reflash** or **keep** methods:
|
||||
|
||||
Retain all items for another request:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user