Skip to content

Commit

Permalink
pkp/pkp-lib#10306 fixed namespace issue
Browse files Browse the repository at this point in the history
  • Loading branch information
touhidurabir committed Sep 15, 2024
1 parent 3d3a35e commit 9606c3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jobs/notifications/IssuePublishedNotifyUsers.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
use PKP\context\Context;
use PKP\emailTemplate\EmailTemplate;
use PKP\jobs\BaseJob;
use PKP\notification\Notification as PKPNotification;
use PKP\user\User;

class IssuePublishedNotifyUsers extends BaseJob
Expand Down Expand Up @@ -99,7 +100,7 @@ protected function createMailable(
Issue $issue,
User $recipient,
EmailTemplate $template,
Notification|\PKP\notification\Notification $notification
PKPNotification $notification
): IssuePublishedNotify {
$mailable = new IssuePublishedNotify($context, $issue);
$mailable
Expand Down

0 comments on commit 9606c3f

Please sign in to comment.