update tanggal update landing
This commit is contained in:
parent
4dd96ea9ef
commit
ac235634ee
|
@ -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');
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue