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