/** * Remove the specified resource from storage. * * @param Paper $paper * @return Response */ public function destroy($paper) { $paper->delete(); }