fix: name length
This commit is contained in:
parent
112256ca01
commit
4b6a1c1c5e
@ -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…
x
Reference in New Issue
Block a user