Fix table name for Reuse coordinates
This commit is contained in:
parent
875ca03568
commit
eabb619d90
@ -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
|
||||
';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user