JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr gilour

File "ReferralSetting.php"

Full Path: /home/mipedido/web/mipedido.app/public_html/app/Models/ReferralSetting.php
File size: 344 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 ReferralSetting extends Model
{
    use HasFactory;

    protected $fillable = [
        'percentage',
        'minimum_threshold_amount',
        'is_enable',
        'guideline',
        'created_by',
    ];
}