ソースを参照

add docket id max number

ifah
コミット
34f8e4ce59
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      app/Http/Controllers/Api/DocketMobile.php

+ 1
- 1
app/Http/Controllers/Api/DocketMobile.php ファイルの表示

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

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