/**
  * Sets whether to only use the session to store stacked data even
  * if a storage is enabled
  *
  * @param boolean $enabled
  * @static 
  */
 public static function setStackAlwaysUseSessionStorage($enabled = true)
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::setStackAlwaysUseSessionStorage($enabled);
 }