Commit 2159596a authored by TommyC81's avatar TommyC81

Bold characters for reflash and keep.

parent 26623c79
...@@ -57,7 +57,7 @@ The **flash** method stores an item in the session that will expire after the ne ...@@ -57,7 +57,7 @@ The **flash** method stores an item in the session that will expire after the ne
Session::flash('status', 'Welcome Back!'); 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: Retain all items for another request:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment