- Add:
Model::refresh()
to fetch latest data from the server. - Add:
Model::with_guarded()
andModel::with_unguarded()
to modify the fillable properties of a model. - Fix: Ensure valid sql if user adds nested where without any clauses.
- Fix: PHP 7.1 error in
DeleteConstrainer
class.