add export report
This commit is contained in:
@@ -224,6 +224,11 @@ class Claim extends Model
|
||||
{
|
||||
return $this->belongsTo(Plan::class, 'plan_id');
|
||||
}
|
||||
|
||||
public function curentCorporate()
|
||||
{
|
||||
return $this->hashOne(Corporate::class, 'corporate_id', 'id');
|
||||
}
|
||||
|
||||
public function benefit()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user