Ken 1 周之前
父节点
当前提交
5aecb21c8b
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/Models/Prediction.php

+ 0 - 1
app/Models/Prediction.php

@@ -36,7 +36,6 @@ class Prediction extends Authenticatable
     static function result($issueNo, $size, $oddOrEven, $winningNumbers)
     {
         $data = static::where('issue_no', $issueNo)->first();
-
         $size = $size == '大' ? 1 : 0;
         $oddOrEven = $oddOrEven == '双' ? 1 : 0;
         $data->is_valid = 0;