Skip to content

Commit 233b2a6

Browse files
authored
Merge pull request #261 from ogizanagi/patch-1
Fix extension cannot replace non-defined argument
2 parents 5bfd493 + 8eb5d11 commit 233b2a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/config/services.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121

2222
Bazinga\GeocoderBundle\Plugin\FakeIpPlugin:
2323
class: Bazinga\GeocoderBundle\Plugin\FakeIpPlugin
24-
arguments: ['127.0.0.1', ~]
24+
arguments: ['127.0.0.1', ~, false]
2525

2626
Bazinga\GeocoderBundle\Command\GeocodeCommand:
2727
arguments: ['@Geocoder\ProviderAggregator']

0 commit comments

Comments
 (0)