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
1 changed files with 0 additions and 3 deletions

View File

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