Skip to content

Commit

Permalink
Merge pull request #153 from MadeHQ/fixed-get-link
Browse files Browse the repository at this point in the history
Fixed latest changes on getLink function
  • Loading branch information
lthornton-mm authored May 9, 2023
2 parents 5bf93a1 + f5f3805 commit cf5e251
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UserForms/SubmittedFileField.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class SubmittedFileField extends SubmissionSubmittedFileField
/**
* @inheritdoc
*/
public function getLink()
public function getLink($grant = true)
{
$config = [
'resource_type' => 'raw',
Expand Down

0 comments on commit cf5e251

Please sign in to comment.