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

File "Businessqr.php"

Full Path: /home/sibcards/public_html/app/Models/Businessqr.php
File size: 409 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 Businessqr extends Model
{
    use HasFactory;
    protected $fillable = [
        'business_id',
        'foreground_color',
        'background_color',
        'radius',
        'qr_type',
        'qr_text',
        'qr_text_color',
        'image',
        'size',
    ];
}