Explorar el Código

get database

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

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

@@ -123,6 +123,9 @@ class Controller extends BaseController
$wo = WorkOrder::where('wo', 'WO-15419')->first();
$form = PackageDetail::where('_id',$wo->_id)->first();

$form->name = "50";
$form->save();

return $form;
}
}

Cargando…
Cancelar
Guardar