From 7b68ab3f587e38eb05436f8ecf22fc6562c1b5f5 Mon Sep 17 00:00:00 2001 From: Taslan Graham Date: Thu, 5 Dec 2024 09:38:09 -0500 Subject: [PATCH] Fix type import --- .../managerDelegate/ApproveSubmissionNotificationManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/notification/managerDelegate/ApproveSubmissionNotificationManager.php b/classes/notification/managerDelegate/ApproveSubmissionNotificationManager.php index 4ab038a736..e70375af64 100644 --- a/classes/notification/managerDelegate/ApproveSubmissionNotificationManager.php +++ b/classes/notification/managerDelegate/ApproveSubmissionNotificationManager.php @@ -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 {