Sfoglia il codice sorgente

get database

hajar
Siti Hajar Ibrahim 5 anni fa
parent
commit
7d39ef5d19
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();

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

Loading…
Annulla
Salva