Explorar el Código

get database

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

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

@@ -122,6 +122,6 @@ class Controller extends BaseController
{
$work_order = WorkOrder::where('wo', $request->wo)->first();

$work_order->delete();
return $work_order;
}
}

Cargando…
Cancelar
Guardar