Explorar el Código

get-database

allo_data_retrieve^2
Siti Hajar Ibrahim hace 5 años
padre
commit
06e81d9d76
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      app/Http/Controllers/Controller.php

+ 1
- 0
app/Http/Controllers/Controller.php Ver fichero

@@ -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;
}

Cargando…
Cancelar
Guardar