Skip to content

Commit 30324cf

Browse files
authored
Make GuardsAttributes fillable property DocBlock more specific (#50229)
1 parent 5625073 commit 30324cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Illuminate/Database/Eloquent/Concerns/GuardsAttributes.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trait GuardsAttributes
77
/**
88
* The attributes that are mass assignable.
99
*
10-
* @var array<string>
10+
* @var array<int, string>
1111
*/
1212
protected $fillable = [];
1313

0 commit comments

Comments
 (0)