示例#1
0
 /**
  * Returns the key used in the $_SESSION array
  *
  * @return string 
  * @static 
  */
 public static function getStackDataSessionNamespace()
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::getStackDataSessionNamespace();
 }