File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
geolocation/maxmind_geoip2 Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments