Ejemplo n.º 1
0
 /**
  * Returns the id of the current request
  *
  * @return string 
  * @static 
  */
 public static function getCurrentRequestId()
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::getCurrentRequestId();
 }