feat (db): add brilo remote entites
This commit is contained in:
17
src/Entity/Remote/Brilo/Users/Address.php
Normal file
17
src/Entity/Remote/Brilo/Users/Address.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace App\Entity\Remote\Brilo\Users;
|
||||
|
||||
readonly class Address
|
||||
{
|
||||
public function __construct(
|
||||
public string $street,
|
||||
public string $suite,
|
||||
public string $city,
|
||||
public string $zipcode,
|
||||
public AddressGeo $geo,
|
||||
) {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user