Commit f00f3d5e authored by Taylor Otwell's avatar Taylor Otwell

removed extraneous comment from Input class.

parent aee154c1
...@@ -36,9 +36,6 @@ class Input { ...@@ -36,9 +36,6 @@ class Input {
*/ */
public static function get($key = null, $default = null) public static function get($key = null, $default = null)
{ {
// -----------------------------------------------------
// Has the input data been hydrated for the request?
// -----------------------------------------------------
if (is_null(static::$input)) if (is_null(static::$input))
{ {
static::hydrate(); static::hydrate();
......
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