Skip to content

Commit 4de7510

Browse files
author
Andreas Heiberg
committed
fixed typo
I suppose stored is what was meant to be typed?
1 parent ff7f6f6 commit 4de7510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/documentation/database/eloquent.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ Or, mass-assignment may be accomplished using the **fill** method.
520520

521521
$user->save();
522522

523-
By default, all attribute key/value pairs will be store during mass-assignment. However, it is possible to create a white-list of attributes that will be set. If the accessible attribute white-list is set then no attributes other than those specified will be set during mass-assignment.
523+
By default, all attribute key/value pairs will be stored during mass-assignment. However, it is possible to create a white-list of attributes that will be set. If the accessible attribute white-list is set then no attributes other than those specified will be set during mass-assignment.
524524

525525
You can specify accessible attributes by assigning the **$accessible** static array. Each element contains the name of a white-listed attribute.
526526

0 commit comments

Comments
 (0)