示例#1
0
 /**
  * Checks if the data will be persisted
  *
  * @return boolean 
  * @static 
  */
 public static function isDataPersisted()
 {
     //Method inherited from \DebugBar\DebugBar
     return \Barryvdh\Debugbar\LaravelDebugbar::isDataPersisted();
 }