= 1 anno fa
parent
commit
e087738aaf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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.'
             ];
         }