Adefinir  Finale
Protected Attributes
User Class Reference
Inheritance diagram for User:

Protected Attributes

 $fillable
 
 $hidden
 
 $casts
 

Detailed Description

Definition at line 15 of file User.php.

Field Documentation

◆ $casts

$casts
protected
Initial value:
= [
'email_verified_at' => 'datetime',
]

Definition at line 45 of file User.php.

◆ $fillable

$fillable
protected
Initial value:
= [
'name',
'email',
'password',
]

Definition at line 24 of file User.php.

◆ $hidden

$hidden
protected
Initial value:
= [
'password',
'remember_token',
]

Definition at line 35 of file User.php.


The documentation for this class was generated from the following file: