Documentation

SingleSignOn extends Model
in package
Uses LogsActivityAllDirty, PowerJoins, SoftDeletes

Table of Contents

table  = "auth__single_sign_ons"
Table name, as constant, used to avoid table name duplication across the source code base.
$activityLogName  : string
$fillable  : array<int, string>
The attributes that are mass assignable.
$table  : string
Table name
getActivitylogOptions()  : LogOptions
Specifies which model properties should be logged in the activy log

Constants

table

Table name, as constant, used to avoid table name duplication across the source code base.

public mixed table = "auth__single_sign_ons"
Tags
const

string

Properties

$fillable

The attributes that are mass assignable.

protected array<int, string> $fillable = ['auth_user_id', 'request_code']

Methods

getActivitylogOptions()

Specifies which model properties should be logged in the activy log

public getActivitylogOptions() : LogOptions
Return values
LogOptions

Search results