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