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
test docket latest number
ifah
Amirul Anwar Md Zulkifli
5 years ago
parent
ae6d6f8285
commit
e1a7f263ab
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
app/Http/Controllers/Api/DocketMobile.php
+ 2
- 0
app/Http/Controllers/Api/DocketMobile.php
View File
@@ -30,6 +30,8 @@ class DocketMobile extends BaseController
}
function createDocketID($limit){
info(Docket::max('id'));
$allowedNumbers = range(0, 9);
shuffle($allowedNumbers);
$digits = array_rand($allowedNumbers, $limit);
Write
Preview
Loading…
Cancel
Save