File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22
33namespace hiqdev \php \billing \product ;
44
5- use hiqdev \billing \registry \domain \TariffType ;
5+ use hiqdev \billing \registry \Domain \ Model \TariffType ;
66
77class BehaviorCollection implements \IteratorAggregate
88{
Original file line number Diff line number Diff line change 22
33namespace 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
Original file line number Diff line number Diff line change 33namespace hiqdev \php \billing \product ;
44
55use hiqdev \billing \registry \behavior \PriceTypeDefinitionBehaviourCollection ;
6- use hiqdev \billing \registry \domain \TariffType ;
6+ use hiqdev \billing \registry \Domain \ Model \TariffType ;
77use hiqdev \billing \registry \invoice \InvoiceRepresentationCollection ;
88use hiqdev \billing \registry \product \Aggregate ;
99use hiqdev \billing \registry \quantity \formatter \QuantityFormatterDefinition ;
1010use hiqdev \billing \registry \quantity \formatter \QuantityFormatterFactory ;
1111use hiqdev \billing \registry \quantity \FractionQuantityData ;
12- use hiqdev \billing \registry \domain \ domain \ unit \FractionUnit ;
12+ use hiqdev \billing \registry \Domain \ Model \ Unit \FractionUnit ;
1313use hiqdev \php \billing \quantity \QuantityFormatterInterface ;
1414use hiqdev \php \billing \type \TypeInterface ;
1515use hiqdev \php \units \Unit ;
Original file line number Diff line number Diff line change 22
33namespace hiqdev \php \billing \product ;
44
5- use hiqdev \billing \registry \domain \TariffType ;
5+ use hiqdev \billing \registry \Domain \ Model \TariffType ;
66use hiqdev \billing \registry \product \GType ;
77use hiqdev \billing \registry \product \PriceType ;
88use hiqdev \billing \registry \product \PriceTypeDefinition \PriceTypeDefinitionFactory ;
Original file line number Diff line number Diff line change 44
55use hiqdev \billing \registry \behavior \TariffTypeBehaviorCollection ;
66use hiqdev \billing \registry \product \Product ;
7- use hiqdev \billing \registry \domain \TariffType ;
7+ use hiqdev \billing \registry \Domain \ Model \TariffType ;
88
99class TariffTypeDefinition implements ParentNodeDefinitionInterface
1010{
You can’t perform that action at this time.
0 commit comments