Ken hace 2 semanas
padre
commit
07c0002122
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/Models/Withdraw.php

+ 1 - 1
app/Models/Withdraw.php

@@ -14,6 +14,6 @@ class Withdraw extends BaseModel
     public function member(): BelongsTo
     {
         return $this->belongsTo(User::class, 'member_id', 'member_id')
-            ->select(['id', 'member_id', 'username', 'first_name']);
+            ->select([ 'member_id', 'username', 'first_name']);
     }
 }