mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
closes #852
This commit is contained in:
@@ -20,7 +20,7 @@ class AllocationFormRequest extends AdminFormRequest
|
|||||||
{
|
{
|
||||||
return [
|
return [
|
||||||
'allocation_ip' => 'required|string',
|
'allocation_ip' => 'required|string',
|
||||||
'allocation_alias' => 'sometimes|string|max:255',
|
'allocation_alias' => 'sometimes|nullable|string|max:255',
|
||||||
'allocation_ports' => 'required|array',
|
'allocation_ports' => 'required|array',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user