We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0305f8 + fa7c966 commit 032180bCopy full SHA for 032180b
src/Forms/FontPickerField.php
@@ -41,6 +41,6 @@ public function getSchemaDataDefaults()
41
42
public function Value()
43
{
44
- return parent::Value() ?: self::DEFAULT_VALUE;
+ return parent::Value() ?: FontPickerField::DEFAULT_VALUE;
45
}
46
0 commit comments