ソースを参照

契約作成時のカスタムい識別子バリデーション修正

必須から任意へ
develop
sosuke.iwabuchi 2年前
コミット
cdf56afcfe
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      app/Http/Controllers/Web/Contract/CreateParam.php

+ 1
- 1
app/Http/Controllers/Web/Contract/CreateParam.php ファイルの表示

@@ -17,7 +17,7 @@ class CreateParam extends BaseParam
return
[
Contract::COL_NAME_NAME => $this->str(),
Contract::COL_NAME_CUSTOM => $this->str(),
Contract::COL_NAME_CUSTOM => $this->str(true),
];
}
}

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