add migration provider table
This commit is contained in:
@@ -118,4 +118,9 @@ class Organization extends Model
|
||||
{
|
||||
return $this->hasOne(ClaimHistoryCare::class, 'organization_id', 'id');
|
||||
}
|
||||
|
||||
public function providers()
|
||||
{
|
||||
return $this->hasMany(Provider::class, 'organization_id', 'id');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user