<?php

namespace App\Models\Product;

use App\Models\Base\ProductType;
use App\Traits\NextKey;

class Voip extends ProductType
{
	use NextKey;
	const RECORD_ID = '';
}