You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like database transactions aren't supported yet within this, a la DB::transaction... I keep getting the following error:
"message": "Call to a member function commit() on null",
"exception": "Error",
"file": "/var/www/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php",
"line": 45,
"trace"
Can anyone confirm this is the case?
The text was updated successfully, but these errors were encountered:
It seems like database transactions aren't supported yet within this, a la DB::transaction... I keep getting the following error:
"message": "Call to a member function commit() on null",
"exception": "Error",
"file": "/var/www/vendor/laravel/framework/src/Illuminate/Database/Concerns/ManagesTransactions.php",
"line": 45,
"trace"
Can anyone confirm this is the case?
The text was updated successfully, but these errors were encountered: