Commit b66be283 authored by Taylor Otwell's avatar Taylor Otwell

fixed comment in session class.

parent 49f71457
...@@ -204,7 +204,7 @@ class Session { ...@@ -204,7 +204,7 @@ class Session {
public static function close() public static function close()
{ {
// ----------------------------------------------------- // -----------------------------------------------------
// Do we need to re-flash the old Input data? // Flash the old input data to the session.
// ----------------------------------------------------- // -----------------------------------------------------
static::flash('laravel_old_input', Input::get()); static::flash('laravel_old_input', Input::get());
......
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