Files
2026-04-28 21:14:25 +03:00

3 lines
111 B
PHP

<?php function locations() {
return json_encode_tr(db("locations")->get()->pluck("title")->toArray());
} ?>