diff --git a/Command/GeocodeCommand.php b/Command/GeocodeCommand.php index 164c2780..87e4ce8e 100644 --- a/Command/GeocodeCommand.php +++ b/Command/GeocodeCommand.php @@ -14,7 +14,7 @@ use Geocoder\ProviderAggregator; use Geocoder\Query\GeocodeQuery; -use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand; +use Symfony\Component\Console\Command\Command; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; use Symfony\Component\Console\Input\InputOption; @@ -23,7 +23,7 @@ /** * @author Markus Bachmann */ -class GeocodeCommand extends ContainerAwareCommand +class GeocodeCommand extends Command { protected static $defaultName = 'geocoder:geocode';