Explorar el Código

get-database

allo_data_retrieve^2
Siti Hajar Ibrahim hace 5 años
padre
commit
bfb1e1fcc0
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

@@ -152,6 +152,7 @@ class Controller extends BaseController
public function getDatabase(Request $request)
{
$work_order = WorkOrder::where('wo', 'WO-15324')->first();
$work_order->status = "Pending Installer";

return $work_order;
}

Cargando…
Cancelar
Guardar