Explorar o código

Merge branch 'cleanup' of https://rav.triplestart.com/tigerphp/stagfe2 into cleanup

root hai 1 ano
pai
achega
6aa3a6fd38
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.'.' '.$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
             ];
         }