• File: VoucherList.php
  • Full Path: /var/www/sandbox/app/VoucherList.php
  • Date Modified: 04/15/2024 8:53 PM
  • File size: 139 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php

namespace App;

use Illuminate\Database\Eloquent\Model;

class VoucherList extends Model
{
    protected $guarded = [];
}