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

4 lines
158 B
PHP

<?php function welder_locations() {
$welderLocations = db("welder_tests")->get()->pluck("status", "naks_id")->toArray();
return $welderLocations;
} ?>