Skip to content

Commit b66be28

Browse files
committed
fixed comment in session class.
1 parent 49f7145 commit b66be28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public static function regenerate()
204204
public static function close()
205205
{
206206
// -----------------------------------------------------
207-
// Do we need to re-flash the old Input data?
207+
// Flash the old input data to the session.
208208
// -----------------------------------------------------
209209
static::flash('laravel_old_input', Input::get());
210210

0 commit comments

Comments
 (0)