Browse Source

Merge branch 'dev-927' of https://rav.triplestart.com/jmudaka/stagfe2 into dev-927

Peter Muturi 3 years ago
parent
commit
e281683c77
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');
+    }
 }