We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47819ec commit db62b4dCopy full SHA for db62b4d
src/Domain/User/Entities/User.php
@@ -21,7 +21,7 @@ class User extends Authenticatable
21
/**
22
* The attributes that are mass assignable.
23
*
24
- * @var array<int, string>
+ * @var list<string>
25
*/
26
protected $fillable = [
27
'name',
@@ -33,7 +33,7 @@ class User extends Authenticatable
33
34
* The attributes that should be hidden for serialization.
35
36
37
38
protected $hidden = [
39
'password',
0 commit comments