From: Marcel Werk Date: Fri, 6 May 2022 21:54:31 +0000 (+0200) Subject: Removed obsolete imports X-Git-Tag: 5.5.0_Beta_1~11^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b6a1d2a48ccc1581c03a45f385bbaaa235e724ae;p=GitHub%2FWoltLab%2FWCF.git Removed obsolete imports --- 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;