Ken hace 1 día
padre
commit
7b203ef7a1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Models/Bet.php

+ 1 - 1
app/Models/Bet.php

@@ -24,7 +24,7 @@ class Bet extends BaseModel
     public function user()
     {
         return $this->belongsTo(User::class, 'member_id', 'member_id')
-            ->select(['id', 'member_id', 'username', 'first_name']);
+            ->select(['id', 'member_id', 'username', 'first_name','status']);
     }