Skip to content

Commit 63f5327

Browse files
HP-1751 changed directory of TariffType, Unit and FractionUnit
1 parent f66e578 commit 63f5327

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

src/product/BehaviorCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace hiqdev\php\billing\product;
44

5-
use hiqdev\billing\registry\domain\TariffType;
5+
use hiqdev\billing\registry\Domain\Model\TariffType;
66

77
class BehaviorCollection implements \IteratorAggregate
88
{

src/product/BehaviorInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace hiqdev\php\billing\product;
44

5-
use hiqdev\billing\registry\domain\TariffType;
5+
use hiqdev\billing\registry\Domain\Model\TariffType;
66

77
/**
88
* Empty interface for mark product behavior

src/product/PriceTypeDefinition.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
namespace hiqdev\php\billing\product;
44

55
use hiqdev\billing\registry\behavior\PriceTypeDefinitionBehaviourCollection;
6-
use hiqdev\billing\registry\domain\TariffType;
6+
use hiqdev\billing\registry\Domain\Model\TariffType;
77
use hiqdev\billing\registry\invoice\InvoiceRepresentationCollection;
88
use hiqdev\billing\registry\product\Aggregate;
99
use hiqdev\billing\registry\quantity\formatter\QuantityFormatterDefinition;
1010
use hiqdev\billing\registry\quantity\formatter\QuantityFormatterFactory;
1111
use hiqdev\billing\registry\quantity\FractionQuantityData;
12-
use hiqdev\billing\registry\domain\domain\unit\FractionUnit;
12+
use hiqdev\billing\registry\Domain\Model\Unit\FractionUnit;
1313
use hiqdev\php\billing\quantity\QuantityFormatterInterface;
1414
use hiqdev\php\billing\type\TypeInterface;
1515
use hiqdev\php\units\Unit;

src/product/PriceTypeDefinitionCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace hiqdev\php\billing\product;
44

5-
use hiqdev\billing\registry\domain\TariffType;
5+
use hiqdev\billing\registry\Domain\Model\TariffType;
66
use hiqdev\billing\registry\product\GType;
77
use hiqdev\billing\registry\product\PriceType;
88
use hiqdev\billing\registry\product\PriceTypeDefinition\PriceTypeDefinitionFactory;

src/product/TariffTypeDefinition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use hiqdev\billing\registry\behavior\TariffTypeBehaviorCollection;
66
use hiqdev\billing\registry\product\Product;
7-
use hiqdev\billing\registry\domain\TariffType;
7+
use hiqdev\billing\registry\Domain\Model\TariffType;
88

99
class TariffTypeDefinition implements ParentNodeDefinitionInterface
1010
{

0 commit comments

Comments
 (0)