Samson Mutunga 3 years ago
parent
commit
c613fac3ff
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/Models/Pro.php

+ 2 - 1
app/Models/Pro.php

@@ -608,7 +608,8 @@ WHERE mcp_pro_id = :pro_id
             ->whereRaw('EXTRACT(DAY from dob) = ?', [date('d')])
             ->whereRaw('EXTRACT(MONTH from dob) = ?', [date('m')])
             ->count();
-
+        $performer = $this->performer();
+        $performerProID = $performer->pro->id;
         $reimbursement = [];
         $reimbursement["currentBalance"] =  $performer->pro->balance;
         $reimbursement["nextPaymentDate"] = '--';