mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 14:23:44 +02:00
Replace all instances of 255 as a max length with 191; ref #2421
This commit is contained in:
@@ -24,7 +24,7 @@ class StoreAllocationRequest extends ApplicationApiRequest
|
||||
{
|
||||
return [
|
||||
'ip' => 'required|string',
|
||||
'alias' => 'sometimes|nullable|string|max:255',
|
||||
'alias' => 'sometimes|nullable|string|max:191',
|
||||
'ports' => 'required|array',
|
||||
'ports.*' => 'string',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user