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
I am in a situation where I am implementing recursive relationships and at a certain depth the following line throws an ErrorException (E_NOTICE) (Undefined offset: 0):
Increasing the debug_backtrace()limit makes the notice disappear (at least to a certain depth). Would it be possible to make the limit configurable/disableable or is there a better approach that I don't see right now?
Thank you.
The text was updated successfully, but these errors were encountered:
Is there a special reason why the
debug_backtrace()
limit
was set to50
?laravel-query-detector/src/QueryDetector.php
Line 25 in c39994e
I am in a situation where I am implementing recursive relationships and at a certain depth the following line throws an
ErrorException (E_NOTICE)
(Undefined offset: 0
):laravel-query-detector/src/QueryDetector.php
Line 77 in c39994e
Increasing the
debug_backtrace()
limit
makes the notice disappear (at least to a certain depth). Would it be possible to make the limit configurable/disableable or is there a better approach that I don't see right now?Thank you.
The text was updated successfully, but these errors were encountered: