From 2159596a83ec8ccdf0b8fb220d153b05588d3524 Mon Sep 17 00:00:00 2001 From: TommyC81 Date: Fri, 29 Jun 2012 21:49:54 +0300 Subject: [PATCH] Bold characters for reflash and keep. --- laravel/documentation/session/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/documentation/session/usage.md b/laravel/documentation/session/usage.md index d0f8ec31..9e6984ca 100644 --- a/laravel/documentation/session/usage.md +++ b/laravel/documentation/session/usage.md @@ -57,7 +57,7 @@ ## Flashing Items 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: