enable() публичный Метод

Enable the Debugbar and boot, if not already booted.
public enable ( )
Пример #1
0
 /**
  * Enable the Debugbar and boot, if not already booted.
  *
  * @static 
  */
 public static function enable()
 {
     return \Barryvdh\Debugbar\LaravelDebugbar::enable();
 }