Пример #1
0
 /**
  * Sets the storage backend to use to store the collected data
  *
  * @param \DebugBar\StorageInterface $storage
  * @static 
  */
 public static function setStorage($storage = null)
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::setStorage($storage);
 }