File "ProductVariationRange.php"
Full Path: /home/clickysoft/public_html/jmapi5.clickysoft.net/app/Models/ProductVariationRange.php
File size: 279 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
namespace App\Models;
use Illuminate\Database\Eloquent\Factories\HasFactory;
use Illuminate\Database\Eloquent\Model;
class ProductVariationRange extends Model
{
use HasFactory;
protected $guarded = [];
protected $table = 'product_variation_price_ranges';
}