Fix table name for Reuse coordinates

This commit is contained in:
Nicolò P 2025-08-08 11:27:37 +02:00
parent 875ca03568
commit eabb619d90

View File

@ -25,7 +25,7 @@ class ReuseRepository extends ServiceEntityRepository
ST_X(ST_AsText(coordinate)) as lng,
ST_Y(ST_AsText(coordinate)) as lat
FROM
rinvenimento
reimpiego
WHERE id = :id
';