Add Model::fill()
chadwithuhc opened this issue · 2 comments
chadwithuhc commented
I'd like to see Model::fill($attributes)
added. It is a method to modify attributes based on the fillable and guarded rules. See http://laravel.com/api/class-Illuminate.Database.Eloquent.Model.html
JesseObrien commented
Added, thanks!
chadwithuhc commented
You're fast. Thanks Jesse.