Esempio n. 1
0
 /**
  * Determine if the request contains a given input item.
  *
  * @param  string|array $key
  *
  * @return bool
  */
 public static function has($key)
 {
     return \Ape\Request::has($key);
 }