Skip to content

Commit

Permalink
Fix type import
Browse files Browse the repository at this point in the history
  • Loading branch information
taslangraham committed Dec 11, 2024
1 parent 5b6448c commit 7b68ab3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

namespace APP\notification\managerDelegate;

use PKP\core\PKPRequest;
use PKP\notification\managerDelegate\PKPApproveSubmissionNotificationManager;
use PKP\notification\Notification;
use PKP\request\PKPRequest;

class ApproveSubmissionNotificationManager extends PKPApproveSubmissionNotificationManager
{
Expand Down

0 comments on commit 7b68ab3

Please sign in to comment.