Skip to content

Commit

Permalink
Make GuardsAttributes fillable property DocBlock more specific (#50229)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamduckett authored Feb 25, 2024
1 parent 5625073 commit 30324cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trait GuardsAttributes
/**
* The attributes that are mass assignable.
*
* @var array<string>
* @var array<int, string>
*/
protected $fillable = [];

Expand Down

0 comments on commit 30324cf

Please sign in to comment.