mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
add-filesystem-google-drive
This commit is contained in:
@@ -134,4 +134,9 @@ class User extends Authenticatable
|
||||
return $this->belongsTo(Language::class, 'lang');
|
||||
}
|
||||
|
||||
public function invitee_code()
|
||||
{
|
||||
return $this->hasOne(Invite::class, 'invitee_register_uid');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user