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