Work on VOIP and Domain products
This commit is contained in:
@@ -17,7 +17,7 @@ abstract class ServiceType extends Model
|
||||
*/
|
||||
public function service()
|
||||
{
|
||||
return $this->morphOne(Service::class,'type','model','id');
|
||||
return $this->morphOne(Service::class,'type','model','id','service_id');
|
||||
}
|
||||
|
||||
/** SCOPES */
|
||||
|
Reference in New Issue
Block a user