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

namespace App\Models;

use Illuminate\Database\Eloquent\Model;

class Shipping extends Model
{
    //
}