コード例 #1
0
 /**
  *
  * @param Entry $entry
  * @return \Illuminate\Http\Response
  * @throws \Exception
  */
 public function destroy(Entry $entry)
 {
     $entry->delete();
     return $this->responseNoContent();
 }