mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
fixed comment in session class.
This commit is contained in:
parent
49f7145729
commit
b66be283d4
@ -204,7 +204,7 @@ class Session {
|
||||
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…
x
Reference in New Issue
Block a user