removed extraneous comment from Input class.
This commit is contained in:
parent
aee154c12f
commit
f00f3d5ea1
|
@ -36,9 +36,6 @@ public static function has()
|
||||||
*/
|
*/
|
||||||
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();
|
||||||
|
|
Loading…
Reference in New Issue