Browse Source

get-database

allo_data_retrieve^2
Siti Hajar Ibrahim 4 years ago
parent
commit
06e81d9d76
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      app/Http/Controllers/Controller.php

+ 1
- 0
app/Http/Controllers/Controller.php View File

{ {
$work_order = WorkOrder::where('wo', 'WO-15324')->first(); $work_order = WorkOrder::where('wo', 'WO-15324')->first();
$work_order->status = "Pending Installer"; $work_order->status = "Pending Installer";
$work_order->save();


return $work_order; return $work_order;
} }

Loading…
Cancel
Save