closes #852
This commit is contained in:
parent
59f8ae4b50
commit
a75b15cd8d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ class AllocationFormRequest extends AdminFormRequest
|
|||
{
|
||||
return [
|
||||
'allocation_ip' => 'required|string',
|
||||
'allocation_alias' => 'sometimes|string|max:255',
|
||||
'allocation_alias' => 'sometimes|nullable|string|max:255',
|
||||
'allocation_ports' => 'required|array',
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue