We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49f7145 commit b66be28Copy full SHA for b66be28
system/session.php
@@ -204,7 +204,7 @@ public static function regenerate()
204
public static function close()
205
{
206
// -----------------------------------------------------
207
- // Do we need to re-flash the old Input data?
+ // Flash the old input data to the session.
208
209
static::flash('laravel_old_input', Input::get());
210
0 commit comments