This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
SATE-EasyReceipt
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
契約作成時のカスタムい識別子バリデーション修正
必須から任意へ
develop
sosuke.iwabuchi
2 years ago
parent
b3189a44a6
commit
cdf56afcfe
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
app/Http/Controllers/Web/Contract/CreateParam.php
+ 1
- 1
app/Http/Controllers/Web/Contract/CreateParam.php
View File
@@ -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
),
];
}
}
Write
Preview
Loading…
Cancel
Save