We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d09102 commit c00ea1eCopy full SHA for c00ea1e
src/product/TariffTypeDefinitionFactory.php
@@ -2,6 +2,8 @@
2
3
namespace hiqdev\php\billing\product;
4
5
+use hiqdev\php\billing\product\Domain\Model\TariffTypeInterface;
6
+
7
class TariffTypeDefinitionFactory
8
{
9
public static function create(TariffTypeInterface $tariffType): TariffTypeDefinition
0 commit comments