<?php
namespace Nellapp\Bundle\SDKBundle\Entity\Common\Address;
use Doctrine\ORM\Mapping as ORM;
#[ORM\Embeddable]
class Address implements AddressInterface
{
use AddressMethodTrait;
use AddressPropertyTrait;
}