Samson Mutunga 3 years ago
parent
commit
423bf92478
1 changed files with 3 additions and 0 deletions
  1. 3 0
      app/Models/ClientPrimaryCoverage.php

+ 3 - 0
app/Models/ClientPrimaryCoverage.php

@@ -55,4 +55,7 @@ class ClientPrimaryCoverage extends Model
         return implode(" ", $parts);
     }
 
+    public function payer(){
+        return $this->hasOne(Payer::class, 'id', 'commercial_payer_id');
+    }
 }