This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
muadzmi02
/
allo
forked from
SwissLink/allo
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
get-database
allo_data_retrieve^2
Siti Hajar Ibrahim
4 years ago
parent
bfb1e1fcc0
commit
06e81d9d76
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
app/Http/Controllers/Controller.php
+ 1
- 0
app/Http/Controllers/Controller.php
View File
@@ -153,6 +153,7 @@ class Controller extends BaseController
{
$work_order = WorkOrder::where('wo', 'WO-15324')->first();
$work_order->status = "Pending Installer";
$work_order->save();
return $work_order;
}
Write
Preview
Loading…
Cancel
Save