Files
lis/htdocs/app/RekapPenerimaanSamplePrintHistory.php
T
2026-03-06 12:58:40 +07:00

12 lines
217 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class RekapPenerimaanSamplePrintHistory extends Model
{
protected $table = 'rekap_penerimaan_sample_print_histories';
protected $guarded = [];
}