コード例 #1
0
 /**
  * Checks if the session is always used to store stacked data
  * even if a storage is enabled
  *
  * @return boolean 
  * @static 
  */
 public static function isStackAlwaysUseSessionStorage()
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::isStackAlwaysUseSessionStorage();
 }