Skip to content

Commit a932ddf

Browse files
committed
update dockblock
1 parent 1b0f44d commit a932ddf

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
@@ -16,7 +16,7 @@ trait GuardsAttributes
1616
/**
1717
* The attributes that aren't mass assignable.
1818
*
19-
* @var array
19+
* @var array|bool
2020
*/
2121
protected $guarded = ['*'];
2222

0 commit comments

Comments
 (0)