for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Dolibarr\Client\Domain\Thirdparty;
use Dolibarr\Client\Domain\Thirdparty\ValueObjects\Type;
final class Prospect extends Thirdparty
{
public function __construct(Type $type)
parent::__construct();
$this->setType($type->type());
}