Skip to content

Commit

Permalink
ENH Use class name instead of self
Browse files Browse the repository at this point in the history
  • Loading branch information
emteknetnz committed Jun 5, 2024
1 parent c4efc2f commit dc59615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Forms/FontPickerField.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ public function getSchemaDataDefaults()

public function Value()
{
return parent::Value() ?: self::DEFAULT_VALUE;
return parent::Value() ?: FontPickerField::DEFAULT_VALUE;
}
}

0 comments on commit dc59615

Please sign in to comment.