From 7cc591f90134416e1d2b645602d1deb74b3304db Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 22 Nov 2011 23:21:47 -0600 Subject: [PATCH] tweaked comments. --- laravel/redirect.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/laravel/redirect.php b/laravel/redirect.php index ad65b005..80d855ef 100644 --- a/laravel/redirect.php +++ b/laravel/redirect.php @@ -67,8 +67,6 @@ public function with($key, $value) /** * Flash the old input to the session and return the Redirect instance. * - * This method has the same signature as the Input::flash method, it just provides - * a convenient method of flashing the input and return the Redirect in one line. * Once the input has been flashed, it can be retrieved via the Input::old method. * *