= 1 年間 前
コミット
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.'
             ];
         }