Example #1
0
 /**
  * {@inheritdoc}
  */
 public function mergeQuery($query)
 {
     return $this->withProperty('query', $this->query->merge($query));
 }