[Question] How do I use alias queries? #2054
Unanswered
zerooverture
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
$project
DB::where([['$project' => ['title' => '$name', 'type_id' => '$type_id']]])... is Invalid
DB::project(['title' => '$name', 'type_id' => '$type_id']])... is Invalid
Beta Was this translation helpful? Give feedback.
All reactions