Skip to content

Commit

Permalink
Merge pull request Sylius#6552 from michalmarcinkowski/remove-unused-…
Browse files Browse the repository at this point in the history
…product-repo-method

[Core] Remove unused method from ProductRepository
  • Loading branch information
pjedrzejewski committed Oct 28, 2016
2 parents cdecb52 + 6b91cef commit e70f4ab
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions Repository/ProductRepositoryInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,6 @@ public function createQueryBuilderWithLocaleCodeAndTaxonId($localeCode, $taxonId
*/
public function createQueryBuilderForEnabledByTaxonCodeAndChannelAndLocale($code, ChannelInterface $channel, $locale);

/**
* @param mixed $id
* @param ChannelInterface $channel
*
* @return ProductInterface|null
*/
public function findOneByIdAndChannel($id, ChannelInterface $channel = null);

/**
* @param string $slug
* @param ChannelInterface $channel
Expand Down

0 comments on commit e70f4ab

Please sign in to comment.