fixed typo
I suppose stored is what was meant to be typed?
This commit is contained in:
parent
ff7f6f67db
commit
4de7510bfd
|
@ -520,7 +520,7 @@ ## Mass-Assignment
|
|||
|
||||
$user->save();
|
||||
|
||||
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.
|
||||
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.
|
||||
|
||||
You can specify accessible attributes by assigning the **$accessible** static array. Each element contains the name of a white-listed attribute.
|
||||
|
||||
|
|
Loading…
Reference in New Issue