Skip to content

Commit

Permalink
Remove useless line in CreditMemoRepository
Browse files Browse the repository at this point in the history
  • Loading branch information
clem21 committed Jan 8, 2021
1 parent e5d04e1 commit 101b9d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Doctrine/ORM/CreditMemoRepository.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
namespace Sylius\RefundPlugin\Doctrine\ORM;

use Sylius\Bundle\ResourceBundle\Doctrine\ORM\EntityRepository;
use Sylius\RefundPlugin\Entity\CreditMemoInterface;
use Sylius\RefundPlugin\Repository\CreditMemoRepositoryInterface;

class CreditMemoRepository extends EntityRepository implements CreditMemoRepositoryInterface
Expand Down

0 comments on commit 101b9d0

Please sign in to comment.