Ejemplo n.º 1
0
 /**
  * Truncates Table
  *
  * @return boolean
  */
 public function truncate()
 {
     DB::transaction(function () {
         ActivityModel::truncate();
     });
 }