linkmobility-php-client/src/ValueObject/ValueObject.php

11 regels
132 B
PHP

2022-06-20 14:47:33 +02:00
<?php
declare(strict_types=1);
namespace D3\LinkmobilityClient\ValueObject;
abstract class ValueObject
{
protected $value;
}