Przeglądaj źródła

add flag latest docket

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

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

@@ -30,7 +30,8 @@ class DocketMobile extends BaseController
}

function createDocketID($limit){
info(Docket::max('docket_id'));
info('hi');
info(Docket::orderBy('docket_id', 'desc')->value('docket_id'));

$allowedNumbers = range(0, 9);
shuffle($allowedNumbers);

Ładowanie…
Anuluj
Zapisz