| Current Path : /home/rtorresani/www/vendor/magento/module-catalog/Model/ |
| Current File : //home/rtorresani/www/vendor/magento/module-catalog/Model/ProductAttributeSearchResults.php |
<?php
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
declare(strict_types=1);
namespace Magento\Catalog\Model;
use Magento\Catalog\Api\Data\ProductAttributeSearchResultsInterface;
use Magento\Framework\Api\SearchResults;
/**
* Service Data Object with Product Attribute search results.
*/
class ProductAttributeSearchResults extends SearchResults implements ProductAttributeSearchResultsInterface
{
}