Commit 7cc591f9 authored by Taylor Otwell's avatar Taylor Otwell

tweaked comments.

parent 8d8aa750
...@@ -67,8 +67,6 @@ class Redirect extends Response { ...@@ -67,8 +67,6 @@ class Redirect extends Response {
/** /**
* Flash the old input to the session and return the Redirect instance. * 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. * Once the input has been flashed, it can be retrieved via the Input::old method.
* *
* <code> * <code>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment