Example #1
0
 /**
  * Checks whether support for the _method request parameter is enabled.
  *
  * @return bool True when the _method request parameter is enabled, false otherwise
  * @static 
  */
 public static function getHttpMethodParameterOverride()
 {
     //Method inherited from \Symfony\Component\HttpFoundation\Request
     return \Illuminate\Http\Request::getHttpMethodParameterOverride();
 }