Ken 1 주 전
부모
커밋
54f188cd09
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Controllers/admin/Bet.php

+ 1 - 1
app/Http/Controllers/admin/Bet.php

@@ -33,7 +33,7 @@ class Bet extends Controller
                             $start = Carbon::parse($startTime);
                             $end = Carbon::parse($value);
                             if ($end->diffInDays($start) > 30) {
-                                $fail('最大查找时间范围:30天');
+                                $fail('最大查找时间跨度:30天');
                             }
                         }
                     }],