/** * Returns the data stacked in the session * * @param boolean $delete Whether to delete the data in the session * @return array * @static */ public static function getStackedData($delete = true) { //Method inherited from \DebugBar\DebugBar return \Barryvdh\Debugbar\LaravelDebugbar::getStackedData($delete); }