Sfoglia il codice sorgente

test docket latest number

ifah
parent
commit
e1a7f263ab
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2
    0
      app/Http/Controllers/Api/DocketMobile.php

+ 2
- 0
app/Http/Controllers/Api/DocketMobile.php Vedi 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);

Loading…
Annulla
Salva