Sfoglia il codice sorgente

get database

hajar
Siti Hajar Ibrahim 4 anni fa
parent
commit
80b81d1971
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      app/Http/Controllers/Controller.php

+ 1
- 1
app/Http/Controllers/Controller.php Vedi File

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

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

Loading…
Annulla
Salva