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