File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ public function getConfigTreeBuilder()
87
87
->canBeEnabled ()
88
88
->children ()
89
89
->scalarNode ('ip ' )->defaultNull ()->end ()
90
- ->booleanNode ('user_faker ' )->defaultFalse ()->end ()
90
+ ->booleanNode ('use_faker ' )->defaultFalse ()->end ()
91
91
->end ()
92
92
->end ();
93
93
Original file line number Diff line number Diff line change @@ -207,12 +207,12 @@ bazinga_geocoder:
207
207
208
208
If set, the parameter will replace all instances of "127.0.0.1" in your queries and replace them with the given one.
209
209
210
- You can also let [Faker](https://github.com/fzaninotto/Faker) generates fake ip for you.
210
+ You can also let [Faker](https://github.com/fzaninotto/Faker) generate fake ip for you.
211
211
212
212
` ` ` yaml
213
213
bazinga_geocoder:
214
214
fake_ip:
215
- user_faker : true # default false
215
+ use_faker : true # default false
216
216
` ` `
217
217
218
218
# ## Cache Results
You can’t perform that action at this time.
0 commit comments