Example #1
0
 /**
  * Removes a group from the system
  *
  * @param int $id
  *
  * @return int
  */
 public function deleteGroup($id)
 {
     return Group::destroy($id);
 }