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

File "UserDetail.php"

Full Path: /home/mipedido/web/mipedido.app/public_html/app/Models/UserDetail.php
File size: 448 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class UserDetail extends Model
{
    protected $fillable = [
        'store_id',
        'name',
        'email',
        'last_name',
        'phone',
        'billing_address',
        'billing_country',
        'billing_city',
        'billing_postalcode',
        'shipping_address',
        'shipping_country',
        'shipping_city',
        'shipping_postalcode',
];
}