Explorar el Código

latest

master
Siti Rahayu hace 4 años
padre
commit
2488d68c17
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      app/Http/Controllers/Api/CompoundResourceController.php

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

@@ -449,7 +449,7 @@ class CompoundResourceController extends BaseController

//compulsory increment to store new compound number, WHILE number is found, keep looping
do{
dd($num);
(int)$num += 1;

//add 0s at the fornt if number is less than 1000

Cargando…
Cancelar
Guardar