Skip to content

Commit

Permalink
BEG-151: Update subscription class to be specific to "catalog_product…
Browse files Browse the repository at this point in the history
…_link" #13
  • Loading branch information
mausham-shrestha-aligent committed Mar 18, 2024
1 parent 6bbdb8c commit f4e79ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
use Magento\Framework\Mview\View\Changelog;

/**
* Class Subscription implements statement building for staged entity attribute subscription
* Subscription model class for "catalog_product_link" table
*/
class Subscription extends \Magento\Framework\Mview\View\Subscription
class CatalogProductLinkSubscription extends \Magento\Framework\Mview\View\Subscription
{
private const CATALOG_PRODUCT_LINK_PRODUCT_ID = 'product_id';

Expand Down

0 comments on commit f4e79ba

Please sign in to comment.