diff --git a/src/product/PriceTypeDefinition.php b/src/product/PriceTypeDefinition.php index 36baa6a..1d812ce 100644 --- a/src/product/PriceTypeDefinition.php +++ b/src/product/PriceTypeDefinition.php @@ -23,6 +23,13 @@ public function __construct( private readonly GType $gType, ) { $this->invoiceCollection = new InvoiceRepresentationCollection($this); + + $this->init(); + } + + protected function init(): void + { + // Hook } public function unit(string $unit): self