update tanggal update landing

This commit is contained in:
daffarahman11 2025-04-25 01:10:24 +07:00
parent 4dd96ea9ef
commit ac235634ee
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ class Curanmor extends Model
protected $guarded =['id'];
public $timestamps = false;
public function punyaKlasterCuranmor(): BelongsTo{
return $this->belongsTo(Klaster::class, 'klaster_id');
}