Ejemplo n.º 1
0
 /**
  * Returns collected data
  * 
  * Will collect the data if none have been collected yet
  *
  * @return array 
  * @static 
  */
 public static function getData()
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::getData();
 }