Jelajahi Sumber

debugging cm

= 1 tahun lalu
induk
melakukan
e087738aaf
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/Models/CareMonth.php

+ 1 - 1
app/Models/CareMonth.php

@@ -179,7 +179,7 @@ class CareMonth extends Model
         if(!$tier1Strategy  || !$tier2Strategy){
             return [
                 'billable' => false,
-                'reason' => 'MCP RPM strategy has not been set.'.' 1.'.$this->mcp_rpm_payment_strategy_tier_one.' 2.'.$this->mcp_rpm_payment_strategy_tier_two
+                'reason' => 'MCP RPM strategy has not been set.'
             ];
         }