removed extraneous comment from Input class.

This commit is contained in:
Taylor Otwell 2011-06-15 10:49:33 -07:00
parent aee154c12f
commit f00f3d5ea1

View File

@ -36,9 +36,6 @@ class Input {
*/
public static function get($key = null, $default = null)
{
// -----------------------------------------------------
// Has the input data been hydrated for the request?
// -----------------------------------------------------
if (is_null(static::$input))
{
static::hydrate();