[Client Portal] Alarm Center
This commit is contained in:
@@ -24,7 +24,13 @@ class RequestLogBenefit extends Model
|
||||
'deleted_by',
|
||||
];
|
||||
|
||||
public function benefit(){
|
||||
public function benefit()
|
||||
{
|
||||
return $this->belongsTo(Benefit::class, 'benefit_id', 'id');
|
||||
}
|
||||
|
||||
public function requestLog()
|
||||
{
|
||||
return $this->belongsTo(RequestLog::class, 'aa');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user