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
Properties
$activityLogName
public
static string
$activityLogName
= "crud"
$fillable
The attributes that are mass assignable.
protected
array<int, string>
$fillable
= ['auth_user_id', 'request_code']
$table
Table name
protected
string
$table
= self::table
Methods
getActivitylogOptions()
Specifies which model properties should be logged in the activy log
public
getActivitylogOptions() : LogOptions