Skip to content

Commit 032180b

Browse files
Merge branch '3.2' into 3
2 parents e0305f8 + fa7c966 commit 032180b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Forms/FontPickerField.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ public function getSchemaDataDefaults()
4141

4242
public function Value()
4343
{
44-
return parent::Value() ?: self::DEFAULT_VALUE;
44+
return parent::Value() ?: FontPickerField::DEFAULT_VALUE;
4545
}
4646
}

0 commit comments

Comments
 (0)