fixed comment in session class.
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user