From: Olaf Braun Date: Tue, 22 Oct 2024 15:16:33 +0000 (+0200) Subject: Remove wrong imports. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=31723e8307d149deb31018b67d878f0fb09f1591;p=GitHub%2FWoltLab%2FWCF.git Remove wrong imports. --- diff --git a/wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorAction.class.php b/wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorAction.class.php index 4fc2acedb8..f7ad947c03 100644 --- a/wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorAction.class.php +++ b/wcfsetup/install/files/lib/data/user/profile/visitor/UserProfileVisitorAction.class.php @@ -11,10 +11,6 @@ use wcf\system\exception\UserInputException; use wcf\system\user\GroupedUserList; use wcf\system\WCF; -use wcf\system\exception\UserInputException; -use wcf\system\user\GroupedUserList; -use wcf\system\WCF; - /** * Executes profile visitor-related actions. *