Add disable write magic methods on models (#466)

* Add desable write magic methods on models

* Fix property name

* Opps commit

* Fix

* Change default parameter of property
This commit is contained in:
Ivan Boldyrev
2017-03-16 11:46:50 +01:00
committed by Barry vd. Heuvel
parent b611cb5eff
commit 144a50e8ee
2 changed files with 20 additions and 5 deletions
+11
View File
@@ -25,6 +25,17 @@ return array(
'include_fluent' => false,
/*
|--------------------------------------------------------------------------
| Write Model Magic methods
|--------------------------------------------------------------------------
|
| Set to false to disable write magic methods of model
|
*/
'write_model_magic_where' => true,
/*
|--------------------------------------------------------------------------
| Helper files to include