Skip to content

Instantly share code, notes, and snippets.

@mstaack
Created March 31, 2020 10:11
Show Gist options
  • Save mstaack/822f7d922c2041db856cfa2d780a006e to your computer and use it in GitHub Desktop.
Save mstaack/822f7d922c2041db856cfa2d780a006e to your computer and use it in GitHub Desktop.
$builder->where('rentables.prices', 'elemMatch', [
'type' => 'daily_rent',
'total_in_euro' => [
'$gte' => 60
],
]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment