feat: add AnggotaKeluarga, RiwayatBantuan, PermohonanTransfer models and migrations
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -17,4 +17,9 @@ class RumahIbadah extends Model
|
||||
{
|
||||
return $this->belongsTo(\App\Models\User::class);
|
||||
}
|
||||
|
||||
public function bantuanDiberikan()
|
||||
{
|
||||
return $this->hasMany(RiwayatBantuan::class, 'ibadah_id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user