mirror of
https://github.com/barryvdh/laravel-ide-helper.git
synced 2026-08-17 17:47:13 +00:00
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:
committed by
Barry vd. Heuvel
parent
b611cb5eff
commit
144a50e8ee
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user