feat(service): add api service

This commit is contained in:
2024-08-03 20:46:59 +02:00
parent e929853bb2
commit e1375f1bf5
18 changed files with 639 additions and 5 deletions
+2 -2
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,
) {
}
}