Exemple #1
0
 /**
  * Save the current model instance to the database
  *
  * @param bool $save_relations
  *
  * @return bool
  */
 public function save($save_relations = true)
 {
     return DB::save($this, $save_relations);
 }