Current File : /home/tradevaly/ladybagcollection.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;
}