This commit is contained in:
Benjamin Beganović 2021-09-16 14:21:29 +02:00
parent 7be7d2a9da
commit dd7edcff41

View File

@ -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)
{