root 4 年之前
父節點
當前提交
64406b9d96
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      app/Http/Controllers/Api/CompoundResourceController.php

+ 1
- 1
app/Http/Controllers/Api/CompoundResourceController.php 查看文件



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


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

Loading…
取消
儲存