Skip to content

Commit 51c7307

Browse files
authored
Merge pull request #86 from localgovdrupal/revert-83-fix/remove-deprecated-class-from-address-element-class
Revert "Replaces deprecated class from address element class"
2 parents c8a53f0 + 98a9fef commit 51c7307

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Element/AddressLookupElement.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
use Drupal\Component\Utility\Html;
66
use Drupal\Core\Form\FormStateInterface;
7-
use Drupal\Core\Render\Element\FormElementBase;
7+
use Drupal\Core\Render\Element\FormElement;
88

99
/**
1010
* Provides a central hub address lookup element.
1111
*
1212
* @FormElement("localgov_forms_address_lookup")
1313
*/
14-
class AddressLookupElement extends FormElementBase {
14+
class AddressLookupElement extends FormElement {
1515

1616
/**
1717
* Static search string.

0 commit comments

Comments
 (0)