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
Values in Illuminate\Database\Eloquent\Builder::$passthru is not the same as Jenssegers\Mongodb\Eloquent\Builder::$passthru. It causes some bugs. For example, it makes Jenssegers\Mongodb\Eloquent\Builder::doesntExist() return instance of builder instead of true/false.