Explorar el Código

add docket id max number

ifah
padre
commit
34f8e4ce59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Http/Controllers/Api/DocketMobile.php

+ 1
- 1
app/Http/Controllers/Api/DocketMobile.php Ver fichero

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

Cargando…
Cancelar
Guardar