|
@@ -21,7 +21,7 @@ class Backflow extends BaseModel
|
|
|
function user()
|
|
function user()
|
|
|
{
|
|
{
|
|
|
return $this->belongsTo(User::class, 'member_id', 'member_id')
|
|
return $this->belongsTo(User::class, 'member_id', 'member_id')
|
|
|
- ->select(['id', 'member_id', 'username', 'first_name']);
|
|
|
|
|
|
|
+ ->select(['id', 'member_id', 'username', 'first_name', 'admin_note', 'status', 'phone', 'visitor_id', 'register_ip']);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
protected function getGrantTimeAttribute($value): string
|
|
protected function getGrantTimeAttribute($value): string
|