mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-01 10:24:36 -04:00
Clean up
This commit is contained in:
parent
7be7d2a9da
commit
dd7edcff41
@ -31,10 +31,10 @@ class StatementController extends Controller
|
||||
}
|
||||
|
||||
/**
|
||||
* Show the raw stream of statement PDF.
|
||||
* Show the raw stream of the PDF.
|
||||
*
|
||||
* @param ShowStatementRequest $request
|
||||
* @return StreamedResponse|JsonResponse
|
||||
* @return \Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\Routing\ResponseFactory|JsonResponse|\Illuminate\Http\Response|StreamedResponse
|
||||
*/
|
||||
public function raw(ShowStatementRequest $request)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user