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
5 years ago
parent
dd96ebe2ce
commit
8c9b892672
1 changed files
with
3 additions
and
0 deletions
Split View
Show Diff Stats
3
0
app/Http/Controllers/Controller.php
+ 3
- 0
app/Http/Controllers/Controller.php
View File
@@ -137,6 +137,9 @@ class Controller extends BaseController
$subscriber = Subscriber::where('_id',$work_order->_id)->first();
$subscriber->unit_no = "8, LORONG 1";
$subscriber->save();
return $subscriber;
}
}
Write
Preview
Loading…
Cancel
Save