Ken 6 ngày trước cách đây
mục cha
commit
f4c7305507
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      app/Models/PcIssue.php

+ 5 - 0
app/Models/PcIssue.php

@@ -56,6 +56,11 @@ class PcIssue extends BaseModel
         return [];
     }
 
+    function getKenoAttribute($value)
+    {
+        return json_decode($value, true);
+    }
+
     function getAwardAttribute()
     {
         if (!empty($this->winning_numbers)) {