This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
muadzmi02
/
sipadu_mbip
forked from
SwissLink/sipadu_mbip
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
latest
master
Siti Rahayu
4 years ago
parent
54b3787398
commit
2488d68c17
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
app/Http/Controllers/Api/CompoundResourceController.php
+ 1
- 1
app/Http/Controllers/Api/CompoundResourceController.php
View File
@@ -449,7 +449,7 @@ class CompoundResourceController extends BaseController
//compulsory increment to store new compound number, WHILE number is found, keep looping
do{
dd($num);
(int)$num += 1;
//add 0s at the fornt if number is less than 1000
Write
Preview
Loading…
Cancel
Save