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

File "Businessfield.php"

Full Path: /home/sibcards/public_html/app/Models/Businessfield.php
File size: 181 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Businessfield extends Model
{
    protected $fillable = [
        'name',
        'created_by'
    ];
}