Skip to content

Commit

Permalink
Merge pull request #80 from ericlun21/patch-1
Browse files Browse the repository at this point in the history
Make zipFilename and user properties public
  • Loading branch information
freekmurze committed Sep 13, 2023
2 parents 7271fe7 + eaee50d commit 0004f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Events/PersonalDataExportDownloaded.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
class PersonalDataExportDownloaded
{
public function __construct(
string $zipFilename,
?ExportsPersonalData $user
public string $zipFilename,
public ?ExportsPersonalData $user
) {
}
}

0 comments on commit 0004f98

Please sign in to comment.