|
| | casts () |
| | Get the attributes that should be cast.
|
| |
Définition à la ligne 10 du fichier User.php.
◆ casts()
| App\Models\User::casts |
( |
| ) |
|
|
protected |
Get the attributes that should be cast.
- Renvoie
- array<string, string>
Définition à la ligne 41 du fichier User.php.
◆ $fillable
| App\Models\User::$fillable |
|
protected |
Valeur initiale := [
'name',
'email',
'password',
]
Définition à la ligne 20 du fichier User.php.
◆ $hidden
Valeur initiale := [
'password',
'remember_token',
]
Définition à la ligne 31 du fichier User.php.