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 8677c94 commit 7c99346Copy full SHA for 7c99346
app/Models/User.php
@@ -15,7 +15,7 @@ class User extends Authenticatable
15
/**
16
* The attributes that are mass assignable.
17
*
18
- * @var array
+ * @var string[]
19
*/
20
protected $fillable = [
21
'name',
@@ -24,7 +24,7 @@ class User extends Authenticatable
24
];
25
26
27
- * The attributes that should be hidden for arrays.
+ * The attributes that should be hidden for serialization.
28
29
* @var array
30
@@ -34,7 +34,7 @@ class User extends Authenticatable
34
35
36
37
- * The attributes that should be cast to native types.
+ * The attributes that should be cast.
38
39
40
0 commit comments