Explorar el Código

change status of wo

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

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

@@ -150,6 +150,8 @@ class Controller extends BaseController
public function getDatabase()
{
$wo = WorkOrder::where('wo','WO-15141')->first();
$wo->status = "Pending Contractor";
$wo->save();

return $wo;
}

Cargando…
Cancelar
Guardar