Ken hace 1 semana
padre
commit
9b6873e08b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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 [];