From a10a6256ce07c7a14a3d4c5462ab3b8ed2d930e6 Mon Sep 17 00:00:00 2001 From: Matthias Schmidt Date: Mon, 10 May 2021 15:53:54 +0200 Subject: [PATCH] Add missing import --- .../install/files/lib/system/bbcode/AttachmentBBCode.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wcfsetup/install/files/lib/system/bbcode/AttachmentBBCode.class.php b/wcfsetup/install/files/lib/system/bbcode/AttachmentBBCode.class.php index 454aa88896..123b222763 100644 --- a/wcfsetup/install/files/lib/system/bbcode/AttachmentBBCode.class.php +++ b/wcfsetup/install/files/lib/system/bbcode/AttachmentBBCode.class.php @@ -2,6 +2,7 @@ namespace wcf\system\bbcode; +use wcf\data\attachment\Attachment; use wcf\data\attachment\GroupedAttachmentList; use wcf\system\message\embedded\object\MessageEmbeddedObjectManager; use wcf\system\request\LinkHandler; -- 2.20.1