Mark MessageAttachmentObjectType as final

This commit is contained in:
Tim Düsterhus 2022-03-04 19:48:13 +01:00
parent 4fbad9f887
commit d07298f086
Signed by: TimWolla
GPG Key ID: 8FF75566094168AF
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ use wcf\util\ArrayUtil;
/**
* Attachment object type implementation for messages.
*/
class MessageAttachmentObjectType extends AbstractAttachmentObjectType
final class MessageAttachmentObjectType extends AbstractAttachmentObjectType
{
/**
* @inheritDoc