changing a comment.
This commit is contained in:
parent
a6641130c4
commit
f0d3589be4
|
@ -79,9 +79,9 @@ public static function flash()
|
||||||
/**
|
/**
|
||||||
* Flush the old input from the session.
|
* Flush the old input from the session.
|
||||||
*
|
*
|
||||||
* On a successful form submission, the application may redirect to another
|
* On a successful form submission, the application may redirect to another form.
|
||||||
* form. If this is the case, it may be necessary to flush the old input
|
* If this is the case, it may be necessary to flush the old input so that the new
|
||||||
* so that the new form does not have the previous form's data.
|
* form does not have the previous form's data.
|
||||||
*
|
*
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue