Skip to content

Commit 70cb8c5

Browse files
HP-2557: moved PriceTypeInterface into appropriate directory in accordance with DDD architecture
1 parent 0e563ff commit 70cb8c5

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/product/Domain/Model/Price/PriceTypeCollection.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
namespace hiqdev\php\billing\product\Domain\Model\Price;
66

77
use Countable;
8-
use hiqdev\php\billing\product\price\PriceTypeInterface;
98
use IteratorAggregate;
109
use Traversable;
1110

src/product/price/PriceTypeInterface.php renamed to src/product/Domain/Model/Price/PriceTypeInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php declare(strict_types=1);
22

3-
namespace hiqdev\php\billing\product\price;
3+
namespace hiqdev\php\billing\product\Domain\Model\Price;
44

55
interface PriceTypeInterface
66
{

0 commit comments

Comments
 (0)