tweaked comments.

This commit is contained in:
Taylor Otwell 2011-11-22 23:21:47 -06:00
parent 8d8aa750d1
commit 7cc591f901
1 changed files with 0 additions and 2 deletions

View File

@ -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.
*
* <code>