Skip to content

Commit c9faa95

Browse files
committed
Merge branch 'master' of github.com:laravel/laravel into develop
2 parents ab2581d + 2e82761 commit c9faa95

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
@@ -522,7 +522,7 @@ Or, mass-assignment may be accomplished using the **fill** method.
522522

523523
$user->save();
524524

525-
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.
525+
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.
526526

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

0 commit comments

Comments
 (0)