Ken 1 vecka sedan
förälder
incheckning
9b6873e08b
1 ändrade filer med 2 tillägg och 2 borttagningar
  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)) {
             $value = explode(',', $value);
-            $value = array_map('intval', $value);
-            $value[] = array_sum($value);
+//            $value = array_map('intval', $value);
+//            $value[] = array_sum($value);
             return $value;
         }
         return [];