Replies: 1 comment
-
You need to chain $builder, like $builder->join('variations', 'variations.id', 'related_table.foreign_id') to include that table |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I set a raw query as include?
I tried this test code, but could not get it working.
$this->addAllowedInclude(AllowedInclude::custom('test123', new TestInclude()));
Beta Was this translation helpful? Give feedback.
All reactions