Files
lis/htdocs/app/PeriksaTest.php
2025-07-16 07:36:13 +07:00

12 lines
177 B
PHP

<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class PeriksaTest extends Model
{
protected $table = "periksa_testing";
protected $guarded = [];
}