tambah listing file di client portal

This commit is contained in:
2024-02-05 16:57:52 +07:00
parent a9c14088c6
commit b9a9b53918
4 changed files with 163 additions and 1 deletions

View File

@@ -200,7 +200,7 @@ class Member extends Model
public function requestLogs()
{
return $this->hasMany(RequestLog::class);
return $this->hasMany(RequestLog::class, 'member_id', 'id');
}
/* -------------------------------------------------------------------------- */