We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef098cc commit 5ab3d0fCopy full SHA for 5ab3d0f
src/EditableAddressFinderField.php
@@ -7,7 +7,7 @@
7
use SilverStripe\UserForms\Model\EditableFormField;
8
9
10
-if (class_exists(EditableFormField::class)) {
+if (!class_exists('\SilverStripe\UserForms\Model\EditableFormField')) {
11
return;
12
}
13
0 commit comments