From 8161e9af8736babaf61ea0935899ae2bb2bf225f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Fri, 17 Jul 2026 00:09:42 +0200 Subject: [PATCH] Fixed phpstan issue --- src/Services/Attachments/AttachmentSubmitHandler.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Services/Attachments/AttachmentSubmitHandler.php b/src/Services/Attachments/AttachmentSubmitHandler.php index 5fe5cdfb..5433fcfa 100644 --- a/src/Services/Attachments/AttachmentSubmitHandler.php +++ b/src/Services/Attachments/AttachmentSubmitHandler.php @@ -78,7 +78,6 @@ class AttachmentSubmitHandler protected FileTypeFilterTools $filterTools, protected AttachmentsSettings $settings, protected readonly SVGSanitizer $SVGSanitizer, - private readonly AttachmentsSettings $attachmentsSettings, #[Autowire(env: "bool:ALLOW_ATTACHMENT_DOWNLOADS_FROM_LOCALNETWORK")] private readonly bool $allow_local_network_downloads = false, )