Loading src/Controller/GeocoderController.php +7 −7 Original line number Diff line number Diff line Loading @@ -13,6 +13,13 @@ use Symfony\Component\DependencyInjection\ContainerInterface; */ class GeocoderController extends ControllerBase { /** * Geocoder service. * * @var \Drupal\geocoder_autocomplete\GeocoderJsonConsumer */ protected $geocoderService; /** * {@inheritdoc} */ Loading @@ -22,13 +29,6 @@ class GeocoderController extends ControllerBase { ); } /** * Geocoder service. * * @var \Drupal\geocoder_autocomplete\GeocoderJsonConsumer */ protected $geocoderService; /** * Constructs a GeocoderController object. * Loading Loading
src/Controller/GeocoderController.php +7 −7 Original line number Diff line number Diff line Loading @@ -13,6 +13,13 @@ use Symfony\Component\DependencyInjection\ContainerInterface; */ class GeocoderController extends ControllerBase { /** * Geocoder service. * * @var \Drupal\geocoder_autocomplete\GeocoderJsonConsumer */ protected $geocoderService; /** * {@inheritdoc} */ Loading @@ -22,13 +29,6 @@ class GeocoderController extends ControllerBase { ); } /** * Geocoder service. * * @var \Drupal\geocoder_autocomplete\GeocoderJsonConsumer */ protected $geocoderService; /** * Constructs a GeocoderController object. * Loading