When using a relatableQuery, I get a wrong type returned. So I type hinted the relatable query to always return a Builder, however, I got errors that it returned my model.
Detailed steps to reproduce the issue on a fresh Nova installation:
Unable to reproduce the issue, please provide full reproducing repository based on fresh installation as suggested in the bug report template (or you can refer to https://github.com/nova-issues for example)
Description:
When using a
relatableQuery
, I get a wrong type returned. So I type hinted the relatable query to always return a Builder, however, I got errors that it returned my model.Detailed steps to reproduce the issue on a fresh Nova installation: