feat(service): add api service

This commit is contained in:
2024-07-29 18:50:58 +02:00
parent e929853bb2
commit e1375f1bf5
18 changed files with 639 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ namespace App\Entity\Remote\Brilo\Users;
readonly class AddressGeo
{
public function __construct(
public float $lat,
public float $lng,
public string $lat,
public string $lng,
) {
}
}