Skip to content

Commit dc59615

Browse files
committed
ENH Use class name instead of self
1 parent c4efc2f commit dc59615

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)