Documentation

User extends User
in package
uses HasFactory, Notifiable, HasApiTokens

Table of Contents

Properties

$fillable  : array<int, string>
The attributes that are mass assignable.
$hidden  : array<int, string>
The attributes that should be hidden for serialization.

Methods

bills()  : mixed
otp()  : mixed
paketLayanan()  : mixed
reseller()  : mixed
casts()  : array<string, string>
Get the attributes that should be cast.

Properties

$fillable

The attributes that are mass assignable.

protected array<int, string> $fillable = ['name', 'email', 'password', 'no_telepon']

$hidden

The attributes that should be hidden for serialization.

protected array<int, string> $hidden = ['password', 'remember_token']

Methods

bills()

public bills() : mixed

otp()

public otp() : mixed

paketLayanan()

public paketLayanan() : mixed

reseller()

public reseller() : mixed

casts()

Get the attributes that should be cast.

protected casts() : array<string, string>
Return values
array<string, string>

        
On this page

Search results