From b6a1d2a48ccc1581c03a45f385bbaaa235e724ae Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Fri, 6 May 2022 23:54:31 +0200 Subject: [PATCH] Removed obsolete imports --- .../event/ArticleCommentLikeUserNotificationEvent.class.php | 4 ---- .../ArticleCommentResponseLikeUserNotificationEvent.class.php | 4 ---- 2 files changed, 8 deletions(-) diff --git a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentLikeUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentLikeUserNotificationEvent.class.php index e50081ef74..f9d111b66e 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentLikeUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentLikeUserNotificationEvent.class.php @@ -3,10 +3,6 @@ namespace wcf\system\user\notification\event; use wcf\system\cache\runtime\ViewableArticleContentRuntimeCache; -use wcf\system\user\notification\event\AbstractSharedUserNotificationEvent; -use wcf\system\user\notification\event\ITestableUserNotificationEvent; -use wcf\system\user\notification\event\TReactionUserNotificationEvent; -use wcf\system\user\notification\event\TTestableCommentLikeUserNotificationEvent; use wcf\system\user\notification\object\LikeUserNotificationObject; /** diff --git a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseLikeUserNotificationEvent.class.php b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseLikeUserNotificationEvent.class.php index 03c3d393f2..794abc20f0 100644 --- a/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseLikeUserNotificationEvent.class.php +++ b/wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseLikeUserNotificationEvent.class.php @@ -4,10 +4,6 @@ namespace wcf\system\user\notification\event; use wcf\system\cache\runtime\UserRuntimeCache; use wcf\system\cache\runtime\ViewableArticleContentRuntimeCache; -use wcf\system\user\notification\event\AbstractSharedUserNotificationEvent; -use wcf\system\user\notification\event\ITestableUserNotificationEvent; -use wcf\system\user\notification\event\TReactionUserNotificationEvent; -use wcf\system\user\notification\event\TTestableCommentResponseLikeUserNotificationEvent; use wcf\system\user\notification\object\LikeUserNotificationObject; use wcf\system\WCF; -- 2.20.1