mirror of
https://github.com/rekywhyd/WebGIS_PengentasanKemiskinan.git
synced 2026-07-09 19:03:08 +00:00
Memperbarui UI/UX
This commit is contained in:
@@ -23,8 +23,14 @@ class User extends Authenticatable
|
||||
'email',
|
||||
'password',
|
||||
'role',
|
||||
'id_tempat_ibadah',
|
||||
];
|
||||
|
||||
public function tempatIbadah()
|
||||
{
|
||||
return $this->belongsTo(TempatIbadah::class, 'id_tempat_ibadah');
|
||||
}
|
||||
|
||||
/**
|
||||
* The attributes that should be hidden for serialization.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user