Clone and Reset
Clone
At times you may need to duplicate a query. Using clone
you have a performant way to duplicate a query without using the duplicate
method.
QueryBuilder
Reset
When you need to remove all configuration for a query, you can call the reset
method.
QueryBuilder
Last updated