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
The makeQuery method inherited from the QueryBuilderParser class in the JoinSupportingQueryBuilderParser class was not rewritten in v2.0.0, causing an error.
Hi, just to add some more details, I experienced the same problem and solved it in my fork temporary. However I notice that the package minimum required version of Laravel is 8 ("illuminate/database": "^9.0||^8.0||^10.0") according to Laravel system requirements for version 8 the minimum required PHP version is 7.3 while as we know PHP union types are supported since version 8. This might do problems for Laravel 8 applications on PHP 7 and I would consider dropping support of Laravel 8 or alternatively of the union types.
The makeQuery method inherited from the QueryBuilderParser class in the JoinSupportingQueryBuilderParser class was not rewritten in v2.0.0, causing an error.
QueryBuilderParser:
JoinSupportingQueryBuilderParser:
Error:
The text was updated successfully, but these errors were encountered: