Skip to content

Commit

Permalink
https://github.com/cabinetsbay/catalog/issues/2
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed May 23, 2024
1 parent 1a9732c commit 6626799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Eav/lib/type.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function df_eav_ca():T {return df_eav_type(ICustomerAddressMetadata::ENTITY_TYPE
* 2) The 'catalog_category' constant is also duplicated here:
* @see \Magento\Catalog\Api\Data\CategoryAttributeInterface::ENTITY_TYPE_CODE
* @see \Magento\MediaContentCatalog\Model\ResourceModel\GetAssetIdsByCategoryStore::ENTITY_TYPE
* @used-by \Sharapov\Cabinetsbay\Plugin\Category\DataProvider::afterPrepareMeta() (https://github.com/cabinetsbay/site/issues/98)
* @used-by \CabinetsBay\Catalog\Plugin\Category\DataProvider::afterPrepareMeta() (https://github.com/cabinetsbay/site/issues/98)
*/
function df_eav_category():T {return df_eav_type(Category::ENTITY);}

Expand Down

0 comments on commit 6626799

Please sign in to comment.