Skip to content

Commit

Permalink
Fixed duplicating items
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Lymarenko committed Apr 23, 2022
1 parent 664d17a commit e736a5b
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 904 deletions.
16 changes: 0 additions & 16 deletions src/Pyz/Zed/CategoryStorage/CategoryStorageConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,4 @@ public function getCategoryTreeEventQueueName(): ?string
{
return PublisherConfig::PUBLISH_QUEUE;
}

/**
* @return string|null
*/
public function getCategoryNodeEventQueueName(): ?string
{
return PublisherConfig::PUBLISH_QUEUE;
}

/**
* @return string|null
*/
public function getCategoryTreeEventQueueName(): ?string
{
return PublisherConfig::PUBLISH_QUEUE;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,4 @@ public function getConfigurableBundleTemplateImageEventQueueName(): ?string
{
return PublisherConfig::PUBLISH_QUEUE;
}

/**
* @return string|null
*/
public function getConfigurableBundlePageEventQueueName(): ?string
{
return PublisherConfig::PUBLISH_QUEUE;
}

/**
* @return string|null
*/
public function getConfigurableBundleTemplateImageEventQueueName(): ?string
{
return PublisherConfig::PUBLISH_QUEUE;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,4 @@ public function getConfigurableBundleTemplateImageEventQueueName(): ?string
{
return PublisherConfig::PUBLISH_QUEUE;
}

/**
* @return string|null
*/
public function getConfigurableBundleTemplateEventQueueName(): ?string
{
return PublisherConfig::PUBLISH_QUEUE;
}

/**
* @return string|null
*/
public function getConfigurableBundleTemplateImageEventQueueName(): ?string
{
return PublisherConfig::PUBLISH_QUEUE;
}
}
Loading

0 comments on commit e736a5b

Please sign in to comment.