Skip to content

Commit

Permalink
Issue fixed #665
Browse files Browse the repository at this point in the history
  • Loading branch information
papnoisanjeev committed Dec 2, 2024
1 parent 64ef05f commit 22bf98b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Controller/Ticket.php
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,8 @@ public function downloadAttachment(Request $request)

$response->setStatusCode(200);
$response->sendHeaders();
$response->setContent(readfile($path));

readfile($path);

return $response;
}
Expand Down

0 comments on commit 22bf98b

Please sign in to comment.