Skip to content

Commit

Permalink
HP-1751 created ParentNodeDefinitionInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
VadymHrechukha committed Dec 30, 2024
1 parent b6893c5 commit f66e578
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/product/ParentNodeDefinitionInterface.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<?php declare(strict_types=1);

namespace hiqdev\php\billing\product;

interface ParentNodeDefinitionInterface
{
public function withBehaviors(): BehaviorCollection;
}

0 comments on commit f66e578

Please sign in to comment.