class PamLog extends Model mixin Eloquent

登录日志

Properties

protected $table
protected $fillable
int $id ID
int $account_id 账户ID
int $parent_id 父账号ID
string $account_type 账户类型
string $type

登录日志类型, success, error, warning

string $ip IP
string $area_text 地区方式
string $area_name 地区名字
string $note 备注
Carbon $created_at 创建时间
Carbon $updated_at 修改时间
PamAccount read-only $pam

Methods

BelongsTo
pam()

链接用户表

Details

at line 49
BelongsTo pam()

链接用户表

Return Value

BelongsTo