File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 22
33namespace hiqdev \php \billing \product ;
44
5+ use hiqdev \php \billing \product \behavior \HasBehaviorsInterface ;
56use hiqdev \php \billing \product \Domain \Model \TariffTypeInterface ;
67use hiqdev \php \billing \product \price \PriceTypeDefinitionCollectionInterface ;
78
Original file line number Diff line number Diff line change 11<?php declare (strict_types=1 );
22
3- namespace hiqdev \php \billing \product ;
4-
5- use hiqdev \php \billing \product \behavior \BehaviorCollectionInterface ;
3+ namespace hiqdev \php \billing \product \behavior ;
64
75interface HasBehaviorsInterface
86{
Original file line number Diff line number Diff line change 66use hiqdev \php \billing \product \Exception \AggregateNotDefinedException ;
77use hiqdev \php \billing \product \behavior \BehaviorPriceTypeDefinitionCollection ;
88use hiqdev \php \billing \product \invoice \InvoiceRepresentationCollection ;
9- use hiqdev \php \billing \product \HasBehaviorsInterface ;
9+ use hiqdev \php \billing \product \behavior \ HasBehaviorsInterface ;
1010use hiqdev \php \billing \product \quantity \InvalidQuantityFormatterException ;
1111use hiqdev \php \billing \product \quantity \QuantityFormatterDefinition ;
1212use hiqdev \php \billing \product \quantity \QuantityFormatterFactory ;
You can’t perform that action at this time.
0 commit comments