Skip to content

Commit a75b15c

Browse files
committed
1 parent 59f8ae4 commit a75b15c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Http/Requests/Admin/Node/AllocationFormRequest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function rules()
2020
{
2121
return [
2222
'allocation_ip' => 'required|string',
23-
'allocation_alias' => 'sometimes|string|max:255',
23+
'allocation_alias' => 'sometimes|nullable|string|max:255',
2424
'allocation_ports' => 'required|array',
2525
];
2626
}

0 commit comments

Comments
 (0)