Skip to content

Commit

Permalink
Merge pull request #2 from ItinerisLtd/package-creating
Browse files Browse the repository at this point in the history
updated gitattributes
  • Loading branch information
Igor-Tkachenko committed Apr 20, 2023
2 parents ee6eb99 + ad3bbaa commit 94cceac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@
/config -export-ignore
/src -export-ignore
/vendor -export-ignore
/public -export-ignore
File renamed without changes
2 changes: 1 addition & 1 deletion src/GiftAidField.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function is_value_submission_array(): bool
public function get_field_input($form, $value = '', $entry = null): string
{
$id = (int) $this->id;
$giftaidImage = ITINERIS_GF_GIFT_AID_FIELD_URI . '/assets/giftaid.svg';
$giftaidImage = ITINERIS_GF_GIFT_AID_FIELD_URI . '/public/img/giftaid.svg';

ob_start();
?>
Expand Down

0 comments on commit 94cceac

Please sign in to comment.