İlk temizlik tamamlandı bir önceki projeden
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
function isoToLine()
|
||||
{
|
||||
// ISO numaralarına karşılık gelen line_number'ları almak
|
||||
$isoToLine = db("weld_logs")
|
||||
->select('line_number', 'iso_number')
|
||||
->pluck('line_number', 'iso_number')
|
||||
->toArray();
|
||||
|
||||
return $isoToLine;
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user