示例#1
0
 /**
  * Returns the HTTP driver
  * 
  * If no http driver where defined, a PhpHttpDriver is automatically created
  *
  * @return \DebugBar\HttpDriverInterface 
  * @static 
  */
 public static function getHttpDriver()
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::getHttpDriver();
 }