diff --git a/src/Domain/Port/Port.php b/src/Domain/Port/Port.php new file mode 100644 index 0000000..7003126 --- /dev/null +++ b/src/Domain/Port/Port.php @@ -0,0 +1,16 @@ + + * Created at: 02/02/2022 + */ + +namespace JeckelLab\Contract\Domain\Port; + +/** + * Interface Port + * @package JeckelLab\Contract\Domain\Port + */ +interface Port +{ +}