Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/ultimate-ai.codeskitter.site/app/Models/
Upload File :
Current File : /home/users/unlimited/www/ultimate-ai.codeskitter.site/app/Models/GatewayTax.php

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class GatewayTax extends Model
{
    protected $fillable = [
        'gateway_id',
        'country_code',
        'tax',
    ];
}