Пример #1
0
 /**
  * Checks if there is stacked data in the session
  *
  * @return boolean 
  * @static 
  */
 public static function hasStackedData()
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::hasStackedData();
 }