Current File : //home/tradevaly/prioyshi.com/project/app/Models/PaymentGateway.php
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class PaymentGateway extends Model
{
    protected $fillable = ['title', 'details', 'subtitle'];
    public $timestamps = false;
}