1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Merge pull request #6355 from turbo124/v5-develop

Fixes for locking
This commit is contained in:
David Bomba 2021-07-28 16:14:25 +10:00 committed by GitHub
commit 70176319fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -263,7 +263,7 @@ class PreviewController extends BaseController
catch(\Exception $e){
DB::connection(config('database.default'))->rollBack();
return;
}