Skip to content

Commit 3dc1f35

Browse files
committed
fix: wrong logic
1 parent 7e3ae91 commit 3dc1f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EditableKeyValueField.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
use SilverStripe\Forms\TextareaField;
77
use SilverStripe\UserForms\Model\EditableFormField;
88

9-
if (class_exists(EditableFormField::class)) {
9+
if (!class_exists(EditableFormField::class)) {
1010
return;
1111
}
1212

0 commit comments

Comments
 (0)