Commit 4de7510b authored by Andreas Heiberg's avatar Andreas Heiberg

fixed typo

I suppose stored is what was meant to be typed?
parent ff7f6f67
...@@ -520,7 +520,7 @@ Or, mass-assignment may be accomplished using the **fill** method. ...@@ -520,7 +520,7 @@ Or, mass-assignment may be accomplished using the **fill** method.
$user->save(); $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. You can specify accessible attributes by assigning the **$accessible** static array. Each element contains the name of a white-listed attribute.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment