Skip to content

Commit

Permalink
#5885 updated job class properties to public
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Apr 19, 2024
1 parent cfb61e3 commit 00e1ad2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions jobs/email/ReviewReminder.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
class ReviewReminder extends BaseJob
{
public function __construct(
protected int $reviewAssignmentId,
protected int $submissionId,
protected int $contextId,
protected string $mailableClass
public int $reviewAssignmentId,
public int $submissionId,
public int $contextId,
public string $mailableClass
)
{
parent::__construct();
Expand Down

0 comments on commit 00e1ad2

Please sign in to comment.