root 4年前
コミット
9f866f3142
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($num);
(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

読み込み中…
キャンセル
保存