Skip to content

Commit

Permalink
Merge pull request #123 from creative-commoners/pulls/3.2/remove-self
Browse files Browse the repository at this point in the history
ENH Use class name instead of self
  • Loading branch information
GuySartorelli authored Jun 16, 2024
2 parents c4efc2f + dc59615 commit fa7c966
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 fa7c966

Please sign in to comment.