This commit is contained in:
Dwi Swandhana
2026-01-31 15:51:45 +07:00
parent 11bc7e172f
commit 3af340d09d
3 changed files with 251 additions and 320 deletions
+11
View File
@@ -0,0 +1,11 @@
<?php
namespace App;
use Illuminate\Database\Eloquent\Model;
class Paslab extends Model
{
protected $table = "paslab";
protected $guarded = [];
}