class ApiToken extends Model

Traits

HasFactory

Properties

protected array $hidden

The attributes excluded from the model's JSON form.

Methods

BelongsTo
owner()

The user, this token belongs to.

Details

at line 26
BelongsTo owner()

The user, this token belongs to.

Return Value

BelongsTo