Ejemplo n.º 1
0
 /**
  * Remove the specified resource from storage.
  * DELETE /contracts/{id}
  *
  * @param  int  $id
  * @return Response
  */
 public function destroy($id)
 {
     return $status = Contract::destroy($id);
 }