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
hajar
Siti Hajar Ibrahim
4 years ago
parent
3b32c3d8f2
commit
dd96ebe2ce
1 changed files
with
3 additions
and
1 deletions
Split View
Show Diff Stats
3
1
app/Http/Controllers/Controller.php
+ 3
- 1
app/Http/Controllers/Controller.php
View File
@@ -135,6 +135,8 @@ class Controller extends BaseController
$work_order = WorkOrder::where('wo', 'WO-15610')->first();
return $work_order;
$subscriber = Subscriber::where('_id',$work_order->_id)->first();
return $subscriber;
}
}
Write
Preview
Loading…
Cancel
Save