Definition at line 15 of file User.php.
◆ $casts
Initial value:= [
'email_verified_at' => 'datetime',
]
Definition at line 45 of file User.php.
◆ $fillable
Initial value:= [
'name',
'email',
'password',
]
Definition at line 24 of file User.php.
◆ $hidden
Initial value:= [
'password',
'remember_token',
]
Definition at line 35 of file User.php.
The documentation for this class was generated from the following file: