From 8e484138f0058af7f848d18f989d5fd9f467759d Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Sun, 4 Jan 2026 23:09:23 +0700 Subject: [PATCH] feat: add API endpoint for downloading private ticket attachments with authorization and streaming. --- app/Http/Controllers/Api/AttachmentController.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Http/Controllers/Api/AttachmentController.php b/app/Http/Controllers/Api/AttachmentController.php index d0f5128..51c5a7d 100644 --- a/app/Http/Controllers/Api/AttachmentController.php +++ b/app/Http/Controllers/Api/AttachmentController.php @@ -13,8 +13,6 @@ class AttachmentController extends Controller * Download a private attachment. */ public function download(Request $request, TicketAttachment $attachment) - { - public function download(Request $request, TicketAttachment $attachment) { try { // Paranoid Auth Check