• File: Emailsetting.php
  • Full Path: /home/masbinta/public_html/core/app/Models/Emailsetting.php
  • File size: 137 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Emailsetting extends Model
{
    protected $guarded = [];
}