This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
muadzmi02
/
allo
원본 프로젝트 :
SwissLink/allo
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
test docket latest number
ifah
Amirul Anwar Md Zulkifli
5 년 전
부모
ae6d6f8285
커밋
e1a7f263ab
1개의 변경된 파일
과
2개의 추가작업
그리고
0개의 파일을 삭제
분할 보기
변경상태 보기
2
0
app/Http/Controllers/Api/DocketMobile.php
+ 2
- 0
app/Http/Controllers/Api/DocketMobile.php
파일 보기
@@ -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…
취소
저장