Explorar el Código

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

必須から任意へ
develop
sosuke.iwabuchi hace 2 años
padre
commit
cdf56afcfe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/Http/Controllers/Web/Contract/CreateParam.php

+ 1
- 1
app/Http/Controllers/Web/Contract/CreateParam.php Ver fichero

@@ -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),
];
}
}

Cargando…
Cancelar
Guardar