Fix for regression (#3070)

This commit is contained in:
David Bomba 2019-11-14 22:07:23 +11:00 committed by GitHub
parent 202d644d53
commit 2ec4d6702c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -260,7 +260,7 @@ class ClientController extends BaseController
} }
if (request()->json) { if (request()->json) {
return dispatch(new GenerateStatementData($client, request()->all())); return dispatch_now(new GenerateStatementData($client, request()->all()));
} }
$data = [ $data = [