class User extends User

Traits

Notifiable

Properties

protected array $fillable The attributes that are mass assignable.
protected array $hidden The attributes that should be hidden for arrays.
protected array $casts The attributes that should be cast to native types.

Methods

BelongsTo
entity()

User's Parent Entity.

from IFRSUser
object
attributes()

User attributes.

from IFRSUser

Details

in IFRSUser at line 20
BelongsTo entity()

User's Parent Entity.

Return Value

BelongsTo

in IFRSUser at line 30
object attributes()

User attributes.

Return Value

object