示例#1
0
 /**
  * Sets the key to use in the $_SESSION array
  *
  * @param string $ns
  * @static 
  */
 public static function setStackDataSessionNamespace($ns)
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::setStackDataSessionNamespace($ns);
 }