mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-06-15 08:07:31 +08:00
invite signup check code's owner
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class Invite extends NexusModel
|
||||
{
|
||||
protected $table = 'invites';
|
||||
|
||||
protected $fillable = [
|
||||
'inviter', 'invitee', 'hash', 'time_invited',
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user