File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 */
1212class GeoDistance extends AbstractAggregation
1313{
14- use KeyedTrait;
14+ use Traits \ KeyedTrait;
1515
1616 public const DISTANCE_TYPE_ARC = 'arc ' ;
1717 public const DISTANCE_TYPE_PLANE = 'plane ' ;
Original file line number Diff line number Diff line change 99 */
1010class Histogram extends AbstractSimpleAggregation
1111{
12- use KeyedTrait;
12+ use Traits \ KeyedTrait;
1313
1414 /**
1515 * @param string $name the name of this aggregation
Original file line number Diff line number Diff line change 1111 */
1212class IpRange extends AbstractAggregation
1313{
14- use KeyedTrait;
14+ use Traits \ KeyedTrait;
1515
1616 /**
1717 * @param string $name the name of this aggregation
Original file line number Diff line number Diff line change 99 */
1010class Percentiles extends AbstractSimpleAggregation
1111{
12- use KeyedTrait;
12+ use Traits \ KeyedTrait;
1313
1414 /**
1515 * @param string $name the name of this aggregation
Original file line number Diff line number Diff line change 1111 */
1212class PercentilesBucket extends AbstractAggregation
1313{
14- use KeyedTrait;
14+ use Traits \ KeyedTrait;
1515
1616 /**
1717 * @param string $name the name of this aggregation
Original file line number Diff line number Diff line change 1111 */
1212class Range extends AbstractSimpleAggregation
1313{
14- use KeyedTrait;
14+ use Traits \ KeyedTrait;
1515
1616 /**
1717 * Add a range to this aggregation.
Original file line number Diff line number Diff line change 11<?php
22
3- namespace Elastica \Aggregation ;
3+ namespace Elastica \Aggregation \ Traits ;
44
55trait KeyedTrait
66{
You can’t perform that action at this time.
0 commit comments