示例#1
0
文件: PressRepo.php 项目: sidis405/KP
 public function remove($id)
 {
     $activity = Press::find($id);
     $activity->delete();
     return true;
 }