mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-10 18:33:46 +02:00
Replace all instances of 255 as a max length with 191; ref #2421
This commit is contained in:
@@ -20,7 +20,7 @@ class AllocationFormRequest extends AdminFormRequest
|
||||
{
|
||||
return [
|
||||
'allocation_ip' => 'required|string',
|
||||
'allocation_alias' => 'sometimes|nullable|string|max:255',
|
||||
'allocation_alias' => 'sometimes|nullable|string|max:191',
|
||||
'allocation_ports' => 'required|array',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user