vendor/shopware/core/Framework/DataAbstractionLayer/Search/Aggregation/Metric/MaxAggregation.php line 12

Open in your IDE?
  1. <?php declare(strict_types=1);
  2. namespace Shopware\Core\Framework\DataAbstractionLayer\Search\Aggregation\Metric;
  3. use Shopware\Core\Framework\DataAbstractionLayer\Search\Aggregation\Aggregation;
  4. use Shopware\Core\Framework\Log\Package;
  5. /**
  6.  * @final tag:v6.5.0
  7.  */
  8. #[Package('core')]
  9. class MaxAggregation extends Aggregation
  10. {
  11. }