Ken 1 week ago
parent
commit
9b6873e08b
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/Models/Prediction.php

+ 2 - 2
app/Models/Prediction.php

@@ -51,8 +51,8 @@ class Prediction extends Authenticatable
     {
     {
         if (!empty($this->winning_numbers)) {
         if (!empty($this->winning_numbers)) {
             $value = explode(',', $value);
             $value = explode(',', $value);
-            $value = array_map('intval', $value);
-            $value[] = array_sum($value);
+//            $value = array_map('intval', $value);
+//            $value[] = array_sum($value);
             return $value;
             return $value;
         }
         }
         return [];
         return [];