Sfoglia il codice sorgente

get-database

allo_data_retrieve^2
Siti Hajar Ibrahim 4 anni fa
parent
commit
06e81d9d76
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      app/Http/Controllers/Controller.php

+ 1
- 0
app/Http/Controllers/Controller.php Vedi File

@@ -153,6 +153,7 @@ class Controller extends BaseController
{
$work_order = WorkOrder::where('wo', 'WO-15324')->first();
$work_order->status = "Pending Installer";
$work_order->save();

return $work_order;
}

Loading…
Annulla
Salva