fixed comment in session class.
This commit is contained in:
parent
49f7145729
commit
b66be283d4
|
@ -204,7 +204,7 @@ public static function regenerate()
|
|||
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());
|
||||
|
||||
|
|
Loading…
Reference in New Issue