class LsloginId extends Model

Traits

HasFactory

Properties

bool $incrementing

Indicates if the model's ID is auto-incrementing.

protected string $keyType

The data type of the auto-incrementing ID.

protected array $fillable

The attributes that are mass assignable.

Methods

BelongsTo
user()

No description

static Factory
newFactory()

Create a new factory instance for the model.

Details

at line 41
BelongsTo user()

No description

Return Value

BelongsTo

at line 51
static protected Factory newFactory()

Create a new factory instance for the model.

Return Value

Factory