Explorar el Código

see untagged form

ifah
Siti Hajar Ibrahim hace 5 años
padre
commit
6d4118545f
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

@@ -22,6 +22,7 @@ class Controller extends BaseController
foreach ($work_order as $key => $a) {
$untaggedform = Form::where('_id',$a->_id)->where('customer_category',null)->get();

dd($untaggedform);
array_push($result, array(
'_id' => $untaggedform->_id,
));

Cargando…
Cancelar
Guardar