We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 070c08d + 97cbeff commit f011b22Copy full SHA for f011b22
Command/GeocodeCommand.php
@@ -24,6 +24,8 @@
24
*/
25
class GeocodeCommand extends ContainerAwareCommand
26
{
27
+ protected static $defaultName = 'geocoder:geocode';
28
+
29
/**
30
* {@inheritdoc}
31
Resources/config/services.yml
@@ -12,8 +12,11 @@ services:
12
class: Geocoder\ProviderAggregator
13
14
Bazinga\GeocoderBundle\Plugin\FakeIpPlugin:
15
- class: Bazinga\GeocoderBundle\Plugin\FakeIpPlugin
16
- arguments: ['127.0.0.1', ~]
+ class: Bazinga\GeocoderBundle\Plugin\FakeIpPlugin
+ arguments: ['127.0.0.1', ~]
17
18
+ Bazinga\GeocoderBundle\Command\GeocodeCommand:
19
+ tags: [{ name: 'console.command' }]
20
21
# Keep these aliases for BC purpose
22
bazinga_geocoder.geocoder:
0 commit comments