Przeglądaj źródła

add docket id max number

ifah
rodzic
commit
34f8e4ce59
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      app/Http/Controllers/Api/DocketMobile.php

+ 1
- 1
app/Http/Controllers/Api/DocketMobile.php Wyświetl plik

@@ -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);

Ładowanie…
Anuluj
Zapisz