PasswordReset extends Model
Table of Contents
- $fillable : array<string|int, mixed>
- The attributes that are mass assignable.
- $hidden : array<string|int, mixed>
- The attributes excluded from the model's JSON form.
- $table : mixed
Properties
$fillable
The attributes that are mass assignable.
protected
array<string|int, mixed>
$fillable
= ['email', 'token', 'temporal_password']
$hidden
The attributes excluded from the model's JSON form.
protected
array<string|int, mixed>
$hidden
= ['updated_at', 'created_at']
$table
protected
mixed
$table
= "password_resets"