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
5 years ago
parent
eb28748b94
commit
bfb1e1fcc0
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
@@ -152,6 +152,7 @@ class Controller extends BaseController
public function getDatabase(Request $request)
{
$work_order = WorkOrder::where('wo', 'WO-15324')->first();
$work_order->status = "Pending Installer";
return $work_order;
}
Write
Preview
Loading…
Cancel
Save