Enforce Create form validation

This commit is contained in:
Bubka
2020-11-14 18:48:27 +01:00
parent 657b9288da
commit acd1b2deca
2 changed files with 6 additions and 2 deletions

View File

@@ -148,6 +148,10 @@ return [
'secret' => [
'required_without' => 'The :attribute field is required.',
],
'account' => [
'required_without' => 'The :attribute field is required.',
'regex' => 'The :attribute field must not contain colon.',
],
],
/*