App\Http\Controllers\FreeProductsController::destroy PHP Method

destroy() public method

Remove the specified resource from storage.
public destroy ( integer $id ) : Response
$id integer
return Response
    public function destroy($id)
    {
        //
    }