Example #1
0
 public function remove($id)
 {
     $staff = Staff::find($id);
     $staff->delete();
     return true;
 }