mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-05-18 15:05:03 +08:00
login notify + bonus log
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace App\Models;
|
||||
|
||||
class LoginLog extends NexusModel
|
||||
{
|
||||
public $timestamps = true;
|
||||
|
||||
protected $fillable = [
|
||||
'uid', 'ip', 'country', 'city', 'client'
|
||||
];
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user