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