Skip to content

Commit 7d307a5

Browse files
authored
Remove unused selectize requirement (#7)
1 parent 257fadd commit 7d307a5

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

geolocation/maxmind_geoip2/controller.php

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,7 @@ class Controller extends GeolocatorController
2020
/**
2121
* {@inheritdoc}
2222
*
23-
* @see GeolocatorController::renderConfigurationForm()
24-
*/
25-
public function renderConfigurationForm()
26-
{
27-
parent::renderConfigurationForm();
28-
$this->requireAsset('selectize');
29-
}
30-
31-
/**
32-
* {@inheritdoc}
33-
*
34-
* @see GeolocatorController::saveConfigurationForm()
23+
* @see \Concrete\Core\Geolocator\GeolocatorController::saveConfigurationForm()
3524
*/
3625
public function saveConfigurationForm(array $configuration, ParameterBag $data, ErrorList $error)
3726
{
@@ -105,7 +94,7 @@ public function geolocateIPAddress(AddressInterface $address)
10594
/**
10695
* {@inheritdoc}
10796
*
108-
* @see GeolocatorController::performGeolocation()
97+
* @see \Concrete\Core\Geolocator\GeolocatorController::performGeolocation()
10998
*/
11099
protected function performGeolocation(AddressInterface $address)
111100
{

0 commit comments

Comments
 (0)