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
yajra
changed the title
OracleGrammar.php line253 Undefined index: object {"exception":"[object] (ErrorException(code: 0): Undefined index: object
Get nextId using insertGetId.
Dec 6, 2020
Summary of problem or feature request
When using this code:
$nextId = \DB::table('table')->insertGetId([]);
I get the following exception:
this code given error
$backtrace = debug_backtrace(DEBUG_BACKTRACE_PROVIDE_OBJECT, 4)[2]['object'];
Code snippet of problem
The way that I'm trying to connect looks like this:
config\oracle.php
System details
The text was updated successfully, but these errors were encountered: