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
Looking at the source code, I think the cause is that an associative array is returned where an array is expected to be returned, but I'm not sure if I'm using it wrong or not.
It looks like $sources can return an empty array, but there is no check for that, so the error is thrown from the next line, which attempts to access the first value in the array. Hopefully the PR can be looked at soon and fixed, this has been plaguing me for a few months now. I still don't know how to cause it, I only know some of the queries are logged properly, and some aren't.
Uh oh!
There was an error while loading. Please reload this page.
Hi, thank you for creating awesome package.
I've been facing error while debugging api.
Looking at the source code, I think the cause is that an associative array is returned where an array is expected to be returned, but I'm not sure if I'm using it wrong or not.
laravel-query-detector/src/QueryDetector.php
Line 76 in 8261d80
The text was updated successfully, but these errors were encountered: