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