fix: name length
This commit is contained in:
parent
112256ca01
commit
4b6a1c1c5e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ class General extends Component
|
|||
public bool $is_force_https_enabled;
|
||||
|
||||
protected $rules = [
|
||||
'application.name' => 'required|min:6',
|
||||
'application.name' => 'required',
|
||||
'application.fqdn' => 'nullable',
|
||||
'application.git_repository' => 'required',
|
||||
'application.git_branch' => 'required',
|
||||
|
|
|
|||
Loading…
Reference in a new issue