perbaikan submit surveyor tidak bisa submit
This commit is contained in:
@@ -21,13 +21,8 @@ class Inspeksi extends Model
|
||||
return $this->belongsTo(Permohonan::class, 'permohonan_id');
|
||||
}
|
||||
|
||||
public function jenis_jaminan()
|
||||
public function dokument()
|
||||
{
|
||||
return $this->belongsTo(JenisJaminan::class, 'jenis_jaminan_id');
|
||||
return $this->belongsTo(DokumenJaminan::class, 'dokument_id');
|
||||
}
|
||||
|
||||
// protected static function newFactory(): InspeksiFactory
|
||||
// {
|
||||
// // return InspeksiFactory::new();
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user