Removed obsolete imports
authorMarcel Werk <burntime@woltlab.com>
Fri, 6 May 2022 21:54:31 +0000 (23:54 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 6 May 2022 21:54:31 +0000 (23:54 +0200)
wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentLikeUserNotificationEvent.class.php
wcfsetup/install/files/lib/system/user/notification/event/ArticleCommentResponseLikeUserNotificationEvent.class.php

index e50081ef74e50482a9d0195758521ffab9330a8f..f9d111b66e67d4ff489814bc993e5ae66dc689a1 100644 (file)
@@ -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;
 
 /**
index 03c3d393f2fa88facc2d6afa0bf3d73a442dd4ef..794abc20f00341b385645a0e2e769ff892622be1 100644 (file)
@@ -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;