Skip to content

Commit af4ba53

Browse files
authored
Merge pull request #4 from EG-Mohamed/main
Change urlToShare property type to allow Closure
2 parents 16182d3 + 832176a commit af4ba53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Actions/SocialShareAction.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
class SocialShareAction extends Action
1212
{
13-
protected ?string $urlToShare = null;
13+
protected string | null | Closure $urlToShare = null;
1414

1515
protected ?string $text = null;
1616

0 commit comments

Comments
 (0)