= 1 год назад
Родитель
Сommit
e087738aaf
1 измененных файлов с 1 добавлено и 1 удалено
  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.'
             ];
         }