From f0d3589be4a08ec58df7d51efaaa1202a801c3d1 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 15 Nov 2011 19:36:48 -0600 Subject: [PATCH] changing a comment. --- laravel/input.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/laravel/input.php b/laravel/input.php index a7825b35..4c3682a4 100644 --- a/laravel/input.php +++ b/laravel/input.php @@ -79,9 +79,9 @@ public static function flash() /** * Flush the old input from the session. * - * On a successful form submission, the application may redirect to another - * form. If this is the case, it may be necessary to flush the old input - * so that the new form does not have the previous form's data. + * On a successful form submission, the application may redirect to another form. + * If this is the case, it may be necessary to flush the old input so that the new + * form does not have the previous form's data. * * @return void */