Skip to content

Commit

Permalink
revert main issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Barny-Thorpe committed Mar 20, 2024
1 parent 4dc97e8 commit 4662da6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/GiftAidField.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

class GiftAidField extends GF_Field
{
public string $type = 'giftaid';
//! If you change $type var below it will break all instances of this field on every website.
public string $type = 'gift_aid';

public function get_form_editor_field_title(): string
{
Expand Down

0 comments on commit 4662da6

Please sign in to comment.